HSL(181, 92%, 25%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,92%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 92%, 25%) | color: hsl(181, 92%, 25%) | |
| HEX | #05787A | color: #05787A | |
| RGB | rgb(5, 120, 122) | color: rgb(5, 120, 122) | |
| CMYK | cmyk(96%, 2%, 0%, 52%) | — | |
| HSV | hsv(181, 96%, 48%) | — | |
| HWB | hwb(181 2% 52%) | color: hwb(181 2% 52%) | |
| OKLCH | oklch(0.5198 0.0875 196.87) | color: oklch(0.5198 0.0875 196.87) | |
| Lab | lab(45.45 -26.58 -9.11) | color: lab(45.45 -26.58 -9.11) | |
| LCH | lch(45.45 28.1 198.92) | color: lch(45.45 28.1 198.92) |
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)
#37387A — rgb(55, 56, 122)
Deuteranopia (Green-blind)
#302879 — rgb(48, 40, 121)
Tritanopia (Blue-blind)
#0B7979 — rgb(11, 121, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 92%, 25%);
text
color: hsl(181, 92%, 25%);
border
border: 2px solid hsl(181, 92%, 25%);
gradient light
background: linear-gradient(to right, hsl(181, 92%, 45%), hsl(181, 92%, 25%));
gradient dark
background: linear-gradient(to right, hsl(181, 92%, 25%), hsl(181, 92%, 5%))
hex
background-color: #05787A;
tailwind
bg-[hsl(181,92%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 92%, 25%, 0.4);
css variable
--color-primary: hsl(181, 92%, 25%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 92%, 25%)?
HEX: #05787A | RGB: rgb(5, 120, 122) | CMYK: 96%, 2%, 0%, 52% | HSV: 181°, 96%, 48%. Copy any format from the conversion table above.
What colors go well with #05787A?
The complementary color is HSL(1, 92%, 25%). 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, 92%, 25%) in CSS?
As HSL: color: hsl(181, 92%, 25%); — As HEX: color: #05787A; — As RGB: color: rgb(5, 120, 122); — Tailwind CSS: bg-[hsl(181,92%,25%)] — CSS variable: --color-primary: hsl(181, 92%, 25%);