HSL(179, 40%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(179,40%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(179, 40%, 26%) | color: hsl(179, 40%, 26%) | |
| HEX | #285D5C | color: #285D5C | |
| RGB | rgb(40, 93, 92) | color: rgb(40, 93, 92) | |
| CMYK | cmyk(57%, 0%, 1%, 64%) | — | |
| HSV | hsv(179, 57%, 36%) | — | |
| HWB | hwb(179 15% 64%) | color: hwb(179 15% 64%) | |
| OKLCH | oklch(0.4424 0.0562 193.65) | color: oklch(0.4424 0.0562 193.65) | |
| Lab | lab(36.08 -17.75 -4.78) | color: lab(36.08 -17.75 -4.78) | |
| LCH | lch(36.08 18.38 195.07) | color: lch(36.08 18.38 195.07) |
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)
#3F3F5C — rgb(63, 63, 92)
Deuteranopia (Green-blind)
#3C385C — rgb(60, 56, 92)
Tritanopia (Blue-blind)
#2B5C5C — rgb(43, 92, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(179, 40%, 26%);
text
color: hsl(179, 40%, 26%);
border
border: 2px solid hsl(179, 40%, 26%);
gradient light
background: linear-gradient(to right, hsl(179, 40%, 46%), hsl(179, 40%, 26%));
gradient dark
background: linear-gradient(to right, hsl(179, 40%, 26%), hsl(179, 40%, 6%))
hex
background-color: #285D5C;
tailwind
bg-[hsl(179,40%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(179, 40%, 26%, 0.4);
css variable
--color-primary: hsl(179, 40%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(179, 40%, 26%)?
HEX: #285D5C | RGB: rgb(40, 93, 92) | CMYK: 57%, 0%, 1%, 64% | HSV: 179°, 57%, 36%. Copy any format from the conversion table above.
What colors go well with #285D5C?
The complementary color is HSL(359, 40%, 26%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(179, 40%, 26%) in CSS?
As HSL: color: hsl(179, 40%, 26%); — As HEX: color: #285D5C; — As RGB: color: rgb(40, 93, 92); — Tailwind CSS: bg-[hsl(179,40%,26%)] — CSS variable: --color-primary: hsl(179, 40%, 26%);