HSL(151, 19%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(151,19%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 19%, 32%) | color: hsl(151, 19%, 32%) | |
| HEX | #426152 | color: #426152 | |
| RGB | rgb(66, 97, 82) | color: rgb(66, 97, 82) | |
| CMYK | cmyk(32%, 0%, 15%, 62%) | — | |
| HSV | hsv(151, 32%, 38%) | — | |
| HWB | hwb(151 26% 62%) | color: hwb(151 26% 62%) | |
| OKLCH | oklch(0.4636 0.044 163.12) | color: oklch(0.4636 0.044 163.12) | |
| Lab | lab(38.4 -14.98 4.94) | color: lab(38.4 -14.98 4.94) | |
| LCH | lch(38.4 15.77 161.75) | color: lch(38.4 15.77 161.75) |
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)
#4F5056 — rgb(79, 80, 86)
Deuteranopia (Green-blind)
#4E4B57 — rgb(78, 75, 87)
Tritanopia (Blue-blind)
#445859 — rgb(68, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 19%, 32%);
text
color: hsl(151, 19%, 32%);
border
border: 2px solid hsl(151, 19%, 32%);
gradient light
background: linear-gradient(to right, hsl(151, 19%, 52%), hsl(151, 19%, 32%));
gradient dark
background: linear-gradient(to right, hsl(151, 19%, 32%), hsl(151, 19%, 12%))
hex
background-color: #426152;
tailwind
bg-[hsl(151,19%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 19%, 32%, 0.4);
css variable
--color-primary: hsl(151, 19%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 19%, 32%)?
HEX: #426152 | RGB: rgb(66, 97, 82) | CMYK: 32%, 0%, 15%, 62% | HSV: 151°, 32%, 38%. Copy any format from the conversion table above.
What colors go well with #426152?
The complementary color is HSL(331, 19%, 32%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 19%, 32%) in CSS?
As HSL: color: hsl(151, 19%, 32%); — As HEX: color: #426152; — As RGB: color: rgb(66, 97, 82); — Tailwind CSS: bg-[hsl(151,19%,32%)] — CSS variable: --color-primary: hsl(151, 19%, 32%);