HSL(185, 90%, 23%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(185,90%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 90%, 23%) | color: hsl(185, 90%, 23%) | |
| HEX | #06676F | color: #06676F | |
| RGB | rgb(6, 103, 111) | color: rgb(6, 103, 111) | |
| CMYK | cmyk(95%, 7%, 0%, 56%) | — | |
| HSV | hsv(185, 95%, 44%) | — | |
| HWB | hwb(185 2% 56%) | color: hwb(185 2% 56%) | |
| OKLCH | oklch(0.4692 0.0785 204.34) | color: oklch(0.4692 0.0785 204.34) | |
| Lab | lab(39.39 -21.52 -11.62) | color: lab(39.39 -21.52 -11.62) | |
| LCH | lch(39.39 24.46 208.37) | color: lch(39.39 24.46 208.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)
#30316D — rgb(48, 49, 109)
Deuteranopia (Green-blind)
#2A236D — rgb(42, 35, 109)
Tritanopia (Blue-blind)
#0B6C6B — rgb(11, 108, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 90%, 23%);
text
color: hsl(185, 90%, 23%);
border
border: 2px solid hsl(185, 90%, 23%);
gradient light
background: linear-gradient(to right, hsl(185, 90%, 43%), hsl(185, 90%, 23%));
gradient dark
background: linear-gradient(to right, hsl(185, 90%, 23%), hsl(185, 90%, 3%))
hex
background-color: #06676F;
tailwind
bg-[hsl(185,90%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 90%, 23%, 0.4);
css variable
--color-primary: hsl(185, 90%, 23%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 90%, 23%)?
HEX: #06676F | RGB: rgb(6, 103, 111) | CMYK: 95%, 7%, 0%, 56% | HSV: 185°, 95%, 44%. Copy any format from the conversion table above.
What colors go well with #06676F?
The complementary color is HSL(5, 90%, 23%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 90%, 23%) in CSS?
As HSL: color: hsl(185, 90%, 23%); — As HEX: color: #06676F; — As RGB: color: rgb(6, 103, 111); — Tailwind CSS: bg-[hsl(185,90%,23%)] — CSS variable: --color-primary: hsl(185, 90%, 23%);