HSL(168, 60%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(168,60%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 60%, 24%) | color: hsl(168, 60%, 24%) | |
| HEX | #186253 | color: #186253 | |
| RGB | rgb(24, 98, 83) | color: rgb(24, 98, 83) | |
| CMYK | cmyk(76%, 0%, 15%, 62%) | — | |
| HSV | hsv(168, 76%, 38%) | — | |
| HWB | hwb(168 9% 62%) | color: hwb(168 9% 62%) | |
| OKLCH | oklch(0.4477 0.0748 175.99) | color: oklch(0.4477 0.0748 175.99) | |
| Lab | lab(37.03 -26.17 2.12) | color: lab(37.03 -26.17 2.12) | |
| LCH | lch(37.03 26.26 175.37) | color: lch(37.03 26.26 175.37) |
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)
#383957 — rgb(56, 57, 87)
Deuteranopia (Green-blind)
#342E58 — rgb(52, 46, 88)
Tritanopia (Blue-blind)
#1C595A — rgb(28, 89, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 60%, 24%);
text
color: hsl(168, 60%, 24%);
border
border: 2px solid hsl(168, 60%, 24%);
gradient light
background: linear-gradient(to right, hsl(168, 60%, 44%), hsl(168, 60%, 24%));
gradient dark
background: linear-gradient(to right, hsl(168, 60%, 24%), hsl(168, 60%, 4%))
hex
background-color: #186253;
tailwind
bg-[hsl(168,60%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 60%, 24%, 0.4);
css variable
--color-primary: hsl(168, 60%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 60%, 24%)?
HEX: #186253 | RGB: rgb(24, 98, 83) | CMYK: 76%, 0%, 15%, 62% | HSV: 168°, 76%, 38%. Copy any format from the conversion table above.
What colors go well with #186253?
The complementary color is HSL(348, 60%, 24%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(168, 60%, 24%) in CSS?
As HSL: color: hsl(168, 60%, 24%); — As HEX: color: #186253; — As RGB: color: rgb(24, 98, 83); — Tailwind CSS: bg-[hsl(168,60%,24%)] — CSS variable: --color-primary: hsl(168, 60%, 24%);