HSL(191, 92%, 27%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,92%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 92%, 27%) | color: hsl(191, 92%, 27%) | |
| HEX | #066D84 | color: #066D84 | |
| RGB | rgb(6, 109, 132) | color: rgb(6, 109, 132) | |
| CMYK | cmyk(95%, 17%, 0%, 48%) | — | |
| HSV | hsv(191, 95%, 52%) | — | |
| HWB | hwb(191 3% 48%) | color: hwb(191 3% 48%) | |
| OKLCH | oklch(0.4948 0.0883 219.5) | color: oklch(0.4948 0.0883 219.5) | |
| Lab | lab(42.22 -17.22 -20.02) | color: lab(42.22 -17.22 -20.02) | |
| LCH | lch(42.22 26.41 229.3) | color: lch(42.22 26.41 229.3) |
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)
#33347E — rgb(51, 52, 126)
Deuteranopia (Green-blind)
#2D257D — rgb(45, 37, 125)
Tritanopia (Blue-blind)
#0B7A79 — rgb(11, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 92%, 27%);
text
color: hsl(191, 92%, 27%);
border
border: 2px solid hsl(191, 92%, 27%);
gradient light
background: linear-gradient(to right, hsl(191, 92%, 47%), hsl(191, 92%, 27%));
gradient dark
background: linear-gradient(to right, hsl(191, 92%, 27%), hsl(191, 92%, 7%))
hex
background-color: #066D84;
tailwind
bg-[hsl(191,92%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 92%, 27%, 0.4);
css variable
--color-primary: hsl(191, 92%, 27%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 92%, 27%)?
HEX: #066D84 | RGB: rgb(6, 109, 132) | CMYK: 95%, 17%, 0%, 48% | HSV: 191°, 95%, 52%. Copy any format from the conversion table above.
What colors go well with #066D84?
The complementary color is HSL(11, 92%, 27%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 92%, 27%) in CSS?
As HSL: color: hsl(191, 92%, 27%); — As HEX: color: #066D84; — As RGB: color: rgb(6, 109, 132); — Tailwind CSS: bg-[hsl(191,92%,27%)] — CSS variable: --color-primary: hsl(191, 92%, 27%);