HSL(188, 68%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,68%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 68%, 19%) | color: hsl(188, 68%, 19%) | |
| HEX | #104951 | color: #104951 | |
| RGB | rgb(16, 73, 81) | color: rgb(16, 73, 81) | |
| CMYK | cmyk(80%, 10%, 0%, 68%) | — | |
| HSV | hsv(187, 80%, 32%) | — | |
| HWB | hwb(187 6% 68%) | color: hwb(187 6% 68%) | |
| OKLCH | oklch(0.3739 0.0576 208.82) | color: oklch(0.3739 0.0576 208.82) | |
| Lab | lab(28.03 -14.71 -9.97) | color: lab(28.03 -14.71 -9.97) | |
| LCH | lch(28.03 17.77 214.13) | color: lch(28.03 17.77 214.13) |
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)
#29294F — rgb(41, 41, 79)
Deuteranopia (Green-blind)
#25214F — rgb(37, 33, 79)
Tritanopia (Blue-blind)
#134E4D — rgb(19, 78, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 68%, 19%);
text
color: hsl(188, 68%, 19%);
border
border: 2px solid hsl(188, 68%, 19%);
gradient light
background: linear-gradient(to right, hsl(188, 68%, 39%), hsl(188, 68%, 19%));
gradient dark
background: linear-gradient(to right, hsl(188, 68%, 19%), hsl(188, 68%, 0%))
hex
background-color: #104951;
tailwind
bg-[hsl(188,68%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 68%, 19%, 0.4);
css variable
--color-primary: hsl(188, 68%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 68%, 19%)?
HEX: #104951 | RGB: rgb(16, 73, 81) | CMYK: 80%, 10%, 0%, 68% | HSV: 187°, 80%, 32%. Copy any format from the conversion table above.
What colors go well with #104951?
The complementary color is HSL(8, 68%, 19%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 68%, 19%) in CSS?
As HSL: color: hsl(188, 68%, 19%); — As HEX: color: #104951; — As RGB: color: rgb(16, 73, 81); — Tailwind CSS: bg-[hsl(188,68%,19%)] — CSS variable: --color-primary: hsl(188, 68%, 19%);