HSL(153, 26%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,26%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 26%, 32%) | color: hsl(153, 26%, 32%) | |
| HEX | #3C6754 | color: #3C6754 | |
| RGB | rgb(60, 103, 84) | color: rgb(60, 103, 84) | |
| CMYK | cmyk(42%, 0%, 18%, 60%) | — | |
| HSV | hsv(153, 42%, 40%) | — | |
| HWB | hwb(153 23% 60%) | color: hwb(153 23% 60%) | |
| OKLCH | oklch(0.4764 0.0575 164.24) | color: oklch(0.4764 0.0575 164.24) | |
| Lab | lab(40.08 -19.79 6.07) | color: lab(40.08 -19.79 6.07) | |
| LCH | lch(40.08 20.7 162.95) | color: lch(40.08 20.7 162.95) |
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)
#4F4F59 — rgb(79, 79, 89)
Deuteranopia (Green-blind)
#4C495A — rgb(76, 73, 90)
Tritanopia (Blue-blind)
#3E5C5D — rgb(62, 92, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 26%, 32%);
text
color: hsl(153, 26%, 32%);
border
border: 2px solid hsl(153, 26%, 32%);
gradient light
background: linear-gradient(to right, hsl(153, 26%, 52%), hsl(153, 26%, 32%));
gradient dark
background: linear-gradient(to right, hsl(153, 26%, 32%), hsl(153, 26%, 12%))
hex
background-color: #3C6754;
tailwind
bg-[hsl(153,26%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 26%, 32%, 0.4);
css variable
--color-primary: hsl(153, 26%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 26%, 32%)?
HEX: #3C6754 | RGB: rgb(60, 103, 84) | CMYK: 42%, 0%, 18%, 60% | HSV: 153°, 42%, 40%. Copy any format from the conversion table above.
What colors go well with #3C6754?
The complementary color is HSL(333, 26%, 32%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 26%, 32%) in CSS?
As HSL: color: hsl(153, 26%, 32%); — As HEX: color: #3C6754; — As RGB: color: rgb(60, 103, 84); — Tailwind CSS: bg-[hsl(153,26%,32%)] — CSS variable: --color-primary: hsl(153, 26%, 32%);