HSL(192, 51%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,51%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 51%, 19%) | color: hsl(192, 51%, 19%) | |
| HEX | #183F49 | color: #183F49 | |
| RGB | rgb(24, 63, 73) | color: rgb(24, 63, 73) | |
| CMYK | cmyk(67%, 14%, 0%, 71%) | — | |
| HSV | hsv(192, 67%, 29%) | — | |
| HWB | hwb(192 10% 71%) | color: hwb(192 10% 71%) | |
| OKLCH | oklch(0.3444 0.0469 217.26) | color: oklch(0.3444 0.0469 217.26) | |
| Lab | lab(24.42 -10.17 -10.21) | color: lab(24.42 -10.17 -10.21) | |
| LCH | lch(24.42 14.41 225.11) | color: lch(24.42 14.41 225.11) |
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)
#292947 — rgb(41, 41, 71)
Deuteranopia (Green-blind)
#272446 — rgb(39, 36, 70)
Tritanopia (Blue-blind)
#1A4544 — rgb(26, 69, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 51%, 19%);
text
color: hsl(192, 51%, 19%);
border
border: 2px solid hsl(192, 51%, 19%);
gradient light
background: linear-gradient(to right, hsl(192, 51%, 39%), hsl(192, 51%, 19%));
gradient dark
background: linear-gradient(to right, hsl(192, 51%, 19%), hsl(192, 51%, 0%))
hex
background-color: #183F49;
tailwind
bg-[hsl(192,51%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 51%, 19%, 0.4);
css variable
--color-primary: hsl(192, 51%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 51%, 19%)?
HEX: #183F49 | RGB: rgb(24, 63, 73) | CMYK: 67%, 14%, 0%, 71% | HSV: 192°, 67%, 29%. Copy any format from the conversion table above.
What colors go well with #183F49?
The complementary color is HSL(12, 51%, 19%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 51%, 19%) in CSS?
As HSL: color: hsl(192, 51%, 19%); — As HEX: color: #183F49; — As RGB: color: rgb(24, 63, 73); — Tailwind CSS: bg-[hsl(192,51%,19%)] — CSS variable: --color-primary: hsl(192, 51%, 19%);