HSL(190, 50%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,50%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 50%, 19%) | color: hsl(190, 50%, 19%) | |
| HEX | #184149 | color: #184149 | |
| RGB | rgb(24, 65, 73) | color: rgb(24, 65, 73) | |
| CMYK | cmyk(67%, 11%, 0%, 71%) | — | |
| HSV | hsv(190, 67%, 29%) | — | |
| HWB | hwb(190 10% 71%) | color: hwb(190 10% 71%) | |
| OKLCH | oklch(0.3501 0.0472 212.45) | color: oklch(0.3501 0.0472 212.45) | |
| Lab | lab(25.12 -11.4 -9.14) | color: lab(25.12 -11.4 -9.14) | |
| LCH | lch(25.12 14.61 218.72) | color: lch(25.12 14.61 218.72) |
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)
#2A2A47 — rgb(42, 42, 71)
Deuteranopia (Green-blind)
#272447 — rgb(39, 36, 71)
Tritanopia (Blue-blind)
#1A4645 — rgb(26, 70, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 50%, 19%);
text
color: hsl(190, 50%, 19%);
border
border: 2px solid hsl(190, 50%, 19%);
gradient light
background: linear-gradient(to right, hsl(190, 50%, 39%), hsl(190, 50%, 19%));
gradient dark
background: linear-gradient(to right, hsl(190, 50%, 19%), hsl(190, 50%, 0%))
hex
background-color: #184149;
tailwind
bg-[hsl(190,50%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 50%, 19%, 0.4);
css variable
--color-primary: hsl(190, 50%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 50%, 19%)?
HEX: #184149 | RGB: rgb(24, 65, 73) | CMYK: 67%, 11%, 0%, 71% | HSV: 190°, 67%, 29%. Copy any format from the conversion table above.
What colors go well with #184149?
The complementary color is HSL(10, 50%, 19%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 50%, 19%) in CSS?
As HSL: color: hsl(190, 50%, 19%); — As HEX: color: #184149; — As RGB: color: rgb(24, 65, 73); — Tailwind CSS: bg-[hsl(190,50%,19%)] — CSS variable: --color-primary: hsl(190, 50%, 19%);