HSL(190, 72%, 30%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,72%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 72%, 30%) | color: hsl(190, 72%, 30%) | |
| HEX | #157184 | color: #157184 | |
| RGB | rgb(21, 113, 132) | color: rgb(21, 113, 132) | |
| CMYK | cmyk(84%, 14%, 0%, 48%) | — | |
| HSV | hsv(190, 84%, 52%) | — | |
| HWB | hwb(190 8% 48%) | color: hwb(190 8% 48%) | |
| OKLCH | oklch(0.5073 0.0844 215.92) | color: oklch(0.5073 0.0844 215.92) | |
| Lab | lab(43.7 -18.37 -17.72) | color: lab(43.7 -18.37 -17.72) | |
| LCH | lch(43.7 25.52 223.97) | color: lch(43.7 25.52 223.97) |
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)
#3D3E7F — rgb(61, 62, 127)
Deuteranopia (Green-blind)
#38317E — rgb(56, 49, 126)
Tritanopia (Blue-blind)
#1A7C7B — rgb(26, 124, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 72%, 30%);
text
color: hsl(190, 72%, 30%);
border
border: 2px solid hsl(190, 72%, 30%);
gradient light
background: linear-gradient(to right, hsl(190, 72%, 50%), hsl(190, 72%, 30%));
gradient dark
background: linear-gradient(to right, hsl(190, 72%, 30%), hsl(190, 72%, 10%))
hex
background-color: #157184;
tailwind
bg-[hsl(190,72%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 72%, 30%, 0.4);
css variable
--color-primary: hsl(190, 72%, 30%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 72%, 30%)?
HEX: #157184 | RGB: rgb(21, 113, 132) | CMYK: 84%, 14%, 0%, 48% | HSV: 190°, 84%, 52%. Copy any format from the conversion table above.
What colors go well with #157184?
The complementary color is HSL(10, 72%, 30%). 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, 72%, 30%) in CSS?
As HSL: color: hsl(190, 72%, 30%); — As HEX: color: #157184; — As RGB: color: rgb(21, 113, 132); — Tailwind CSS: bg-[hsl(190,72%,30%)] — CSS variable: --color-primary: hsl(190, 72%, 30%);