HSL(182, 30%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,30%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 30%, 32%) | color: hsl(182, 30%, 32%) | |
| HEX | #39686A | color: #39686A | |
| RGB | rgb(57, 104, 106) | color: rgb(57, 104, 106) | |
| CMYK | cmyk(46%, 2%, 0%, 58%) | — | |
| HSV | hsv(182, 46%, 42%) | — | |
| HWB | hwb(182 23% 58%) | color: hwb(182 23% 58%) | |
| OKLCH | oklch(0.4848 0.0515 199.15) | color: oklch(0.4848 0.0515 199.15) | |
| Lab | lab(40.91 -15.43 -6.14) | color: lab(40.91 -15.43 -6.14) | |
| LCH | lch(40.91 16.61 201.7) | color: lch(40.91 16.61 201.7) |
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)
#4D4E6A — rgb(77, 78, 106)
Deuteranopia (Green-blind)
#4B4769 — rgb(75, 71, 105)
Tritanopia (Blue-blind)
#3B6969 — rgb(59, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 30%, 32%);
text
color: hsl(182, 30%, 32%);
border
border: 2px solid hsl(182, 30%, 32%);
gradient light
background: linear-gradient(to right, hsl(182, 30%, 52%), hsl(182, 30%, 32%));
gradient dark
background: linear-gradient(to right, hsl(182, 30%, 32%), hsl(182, 30%, 12%))
hex
background-color: #39686A;
tailwind
bg-[hsl(182,30%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 30%, 32%, 0.4);
css variable
--color-primary: hsl(182, 30%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 30%, 32%)?
HEX: #39686A | RGB: rgb(57, 104, 106) | CMYK: 46%, 2%, 0%, 58% | HSV: 182°, 46%, 42%. Copy any format from the conversion table above.
What colors go well with #39686A?
The complementary color is HSL(2, 30%, 32%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 30%, 32%) in CSS?
As HSL: color: hsl(182, 30%, 32%); — As HEX: color: #39686A; — As RGB: color: rgb(57, 104, 106); — Tailwind CSS: bg-[hsl(182,30%,32%)] — CSS variable: --color-primary: hsl(182, 30%, 32%);