HSL(182, 42%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,42%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 42%, 17%) | color: hsl(182, 42%, 17%) | |
| HEX | #193C3E | color: #193C3E | |
| RGB | rgb(25, 60, 62) | color: rgb(25, 60, 62) | |
| CMYK | cmyk(60%, 3%, 0%, 76%) | — | |
| HSV | hsv(183, 60%, 24%) | — | |
| HWB | hwb(183 10% 76%) | color: hwb(183 10% 76%) | |
| OKLCH | oklch(0.3313 0.0405 200.38) | color: oklch(0.3313 0.0405 200.38) | |
| Lab | lab(22.95 -11.91 -5.1) | color: lab(22.95 -11.91 -5.1) | |
| LCH | lch(22.95 12.96 203.18) | color: lch(22.95 12.96 203.18) |
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)
#28283E — rgb(40, 40, 62)
Deuteranopia (Green-blind)
#26243D — rgb(38, 36, 61)
Tritanopia (Blue-blind)
#1B3D3D — rgb(27, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 42%, 17%);
text
color: hsl(182, 42%, 17%);
border
border: 2px solid hsl(182, 42%, 17%);
gradient light
background: linear-gradient(to right, hsl(182, 42%, 37%), hsl(182, 42%, 17%));
gradient dark
background: linear-gradient(to right, hsl(182, 42%, 17%), hsl(182, 42%, 0%))
hex
background-color: #193C3E;
tailwind
bg-[hsl(182,42%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 42%, 17%, 0.4);
css variable
--color-primary: hsl(182, 42%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 42%, 17%)?
HEX: #193C3E | RGB: rgb(25, 60, 62) | CMYK: 60%, 3%, 0%, 76% | HSV: 183°, 60%, 24%. Copy any format from the conversion table above.
What colors go well with #193C3E?
The complementary color is HSL(2, 42%, 17%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 42%, 17%) in CSS?
As HSL: color: hsl(182, 42%, 17%); — As HEX: color: #193C3E; — As RGB: color: rgb(25, 60, 62); — Tailwind CSS: bg-[hsl(182,42%,17%)] — CSS variable: --color-primary: hsl(182, 42%, 17%);