HSL(182, 22%, 33%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,22%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 22%, 33%) | color: hsl(182, 22%, 33%) | |
| HEX | #426567 | color: #426567 | |
| RGB | rgb(66, 101, 103) | color: rgb(66, 101, 103) | |
| CMYK | cmyk(36%, 2%, 0%, 60%) | — | |
| HSV | hsv(183, 36%, 40%) | — | |
| HWB | hwb(183 26% 60%) | color: hwb(183 26% 60%) | |
| OKLCH | oklch(0.481 0.0403 200.45) | color: oklch(0.481 0.0403 200.45) | |
| Lab | lab(40.32 -11.96 -5.14) | color: lab(40.32 -11.96 -5.14) | |
| LCH | lch(40.32 13.02 203.26) | color: lch(40.32 13.02 203.26) |
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)
#515167 — rgb(81, 81, 103)
Deuteranopia (Green-blind)
#4F4D66 — rgb(79, 77, 102)
Tritanopia (Blue-blind)
#446666 — rgb(68, 102, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 22%, 33%);
text
color: hsl(182, 22%, 33%);
border
border: 2px solid hsl(182, 22%, 33%);
gradient light
background: linear-gradient(to right, hsl(182, 22%, 53%), hsl(182, 22%, 33%));
gradient dark
background: linear-gradient(to right, hsl(182, 22%, 33%), hsl(182, 22%, 13%))
hex
background-color: #426567;
tailwind
bg-[hsl(182,22%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 22%, 33%, 0.4);
css variable
--color-primary: hsl(182, 22%, 33%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 22%, 33%)?
HEX: #426567 | RGB: rgb(66, 101, 103) | CMYK: 36%, 2%, 0%, 60% | HSV: 183°, 36%, 40%. Copy any format from the conversion table above.
What colors go well with #426567?
The complementary color is HSL(2, 22%, 33%). 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, 22%, 33%) in CSS?
As HSL: color: hsl(182, 22%, 33%); — As HEX: color: #426567; — As RGB: color: rgb(66, 101, 103); — Tailwind CSS: bg-[hsl(182,22%,33%)] — CSS variable: --color-primary: hsl(182, 22%, 33%);