HSL(181, 45%, 22%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,45%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 45%, 22%) | color: hsl(181, 45%, 22%) | |
| HEX | #1F5151 | color: #1F5151 | |
| RGB | rgb(31, 81, 81) | color: rgb(31, 81, 81) | |
| CMYK | cmyk(62%, 0%, 0%, 68%) | — | |
| HSV | hsv(180, 62%, 32%) | — | |
| HWB | hwb(180 12% 68%) | color: hwb(180 12% 68%) | |
| OKLCH | oklch(0.4014 0.0532 195.24) | color: oklch(0.4014 0.0532 195.24) | |
| Lab | lab(31.28 -16.53 -5.05) | color: lab(31.28 -16.53 -5.05) | |
| LCH | lch(31.28 17.28 196.99) | color: lch(31.28 17.28 196.99) |
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)
#353551 — rgb(53, 53, 81)
Deuteranopia (Green-blind)
#322E51 — rgb(50, 46, 81)
Tritanopia (Blue-blind)
#225151 — rgb(34, 81, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 45%, 22%);
text
color: hsl(181, 45%, 22%);
border
border: 2px solid hsl(181, 45%, 22%);
gradient light
background: linear-gradient(to right, hsl(181, 45%, 42%), hsl(181, 45%, 22%));
gradient dark
background: linear-gradient(to right, hsl(181, 45%, 22%), hsl(181, 45%, 2%))
hex
background-color: #1F5151;
tailwind
bg-[hsl(181,45%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 45%, 22%, 0.4);
css variable
--color-primary: hsl(181, 45%, 22%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 45%, 22%)?
HEX: #1F5151 | RGB: rgb(31, 81, 81) | CMYK: 62%, 0%, 0%, 68% | HSV: 180°, 62%, 32%. Copy any format from the conversion table above.
What colors go well with #1F5151?
The complementary color is HSL(1, 45%, 22%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 45%, 22%) in CSS?
As HSL: color: hsl(181, 45%, 22%); — As HEX: color: #1F5151; — As RGB: color: rgb(31, 81, 81); — Tailwind CSS: bg-[hsl(181,45%,22%)] — CSS variable: --color-primary: hsl(181, 45%, 22%);