HSL(183, 30%, 33%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(183,30%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(183, 30%, 33%) | color: hsl(183, 30%, 33%) | |
| HEX | #3B6B6D | color: #3B6B6D | |
| RGB | rgb(59, 107, 109) | color: rgb(59, 107, 109) | |
| CMYK | cmyk(46%, 2%, 0%, 57%) | — | |
| HSV | hsv(182, 46%, 43%) | — | |
| HWB | hwb(182 23% 57%) | color: hwb(182 23% 57%) | |
| OKLCH | oklch(0.4947 0.0524 199.08) | color: oklch(0.4947 0.0524 199.08) | |
| Lab | lab(42.08 -15.7 -6.22) | color: lab(42.08 -15.7 -6.22) | |
| LCH | lch(42.08 16.89 201.61) | color: lch(42.08 16.89 201.61) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#50506D — rgb(80, 80, 109)
Deuteranopia (Green-blind)
#4D496C — rgb(77, 73, 108)
Tritanopia (Blue-blind)
#3D6C6C — rgb(61, 108, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(183, 30%, 33%);
text
color: hsl(183, 30%, 33%);
border
border: 2px solid hsl(183, 30%, 33%);
gradient light
background: linear-gradient(to right, hsl(183, 30%, 53%), hsl(183, 30%, 33%));
gradient dark
background: linear-gradient(to right, hsl(183, 30%, 33%), hsl(183, 30%, 13%))
hex
background-color: #3B6B6D;
tailwind
bg-[hsl(183,30%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(183, 30%, 33%, 0.4);
css variable
--color-primary: hsl(183, 30%, 33%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(183, 30%, 33%)?
HEX: #3B6B6D | RGB: rgb(59, 107, 109) | CMYK: 46%, 2%, 0%, 57% | HSV: 182°, 46%, 43%. Copy any format from the conversion table above.
What colors go well with #3B6B6D?
The complementary color is HSL(3, 30%, 33%). For a triadic harmony, use hues 183°, 303°, and 63°. For analogous combinations, try hues 153° and 213°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(183, 30%, 33%) in CSS?
As HSL: color: hsl(183, 30%, 33%); — As HEX: color: #3B6B6D; — As RGB: color: rgb(59, 107, 109); — Tailwind CSS: bg-[hsl(183,30%,33%)] — CSS variable: --color-primary: hsl(183, 30%, 33%);