HSL(185, 52%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(185,52%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 52%, 19%) | color: hsl(185, 52%, 19%) | |
| HEX | #17454A | color: #17454A | |
| RGB | rgb(23, 69, 74) | color: rgb(23, 69, 74) | |
| CMYK | cmyk(69%, 7%, 0%, 71%) | — | |
| HSV | hsv(186, 69%, 29%) | — | |
| HWB | hwb(186 9% 71%) | color: hwb(186 9% 71%) | |
| OKLCH | oklch(0.3615 0.0498 205.18) | color: oklch(0.3615 0.0498 205.18) | |
| Lab | lab(26.54 -13.65 -7.65) | color: lab(26.54 -13.65 -7.65) | |
| LCH | lch(26.54 15.65 209.27) | color: lch(26.54 15.65 209.27) |
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)
#2B2B49 — rgb(43, 43, 73)
Deuteranopia (Green-blind)
#282549 — rgb(40, 37, 73)
Tritanopia (Blue-blind)
#194848 — rgb(25, 72, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 52%, 19%);
text
color: hsl(185, 52%, 19%);
border
border: 2px solid hsl(185, 52%, 19%);
gradient light
background: linear-gradient(to right, hsl(185, 52%, 39%), hsl(185, 52%, 19%));
gradient dark
background: linear-gradient(to right, hsl(185, 52%, 19%), hsl(185, 52%, 0%))
hex
background-color: #17454A;
tailwind
bg-[hsl(185,52%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 52%, 19%, 0.4);
css variable
--color-primary: hsl(185, 52%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 52%, 19%)?
HEX: #17454A | RGB: rgb(23, 69, 74) | CMYK: 69%, 7%, 0%, 71% | HSV: 186°, 69%, 29%. Copy any format from the conversion table above.
What colors go well with #17454A?
The complementary color is HSL(5, 52%, 19%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 52%, 19%) in CSS?
As HSL: color: hsl(185, 52%, 19%); — As HEX: color: #17454A; — As RGB: color: rgb(23, 69, 74); — Tailwind CSS: bg-[hsl(185,52%,19%)] — CSS variable: --color-primary: hsl(185, 52%, 19%);