HSL(181, 74%, 58%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(181,74%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 74%, 58%) | color: hsl(181, 74%, 58%) | |
| HEX | #45E1E3 | color: #45E1E3 | |
| RGB | rgb(69, 225, 227) | color: rgb(69, 225, 227) | |
| CMYK | cmyk(70%, 1%, 0%, 11%) | — | |
| HSV | hsv(181, 70%, 89%) | — | |
| HWB | hwb(181 27% 11%) | color: hwb(181 27% 11%) | |
| OKLCH | oklch(0.832 0.1262 196.27) | color: oklch(0.832 0.1262 196.27) | |
| Lab | lab(82.19 -38.7 -12.73) | color: lab(82.19 -38.7 -12.73) | |
| LCH | lch(82.19 40.74 198.21) | color: lch(82.19 40.74 198.21) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#898AE3 — rgb(137, 138, 227)
Deuteranopia (Green-blind)
#8074E2 — rgb(128, 116, 226)
Tritanopia (Blue-blind)
#4DE2E2 — rgb(77, 226, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 74%, 58%);
text
color: hsl(181, 74%, 58%);
border
border: 2px solid hsl(181, 74%, 58%);
gradient light
background: linear-gradient(to right, hsl(181, 74%, 78%), hsl(181, 74%, 58%));
gradient dark
background: linear-gradient(to right, hsl(181, 74%, 58%), hsl(181, 74%, 38%))
hex
background-color: #45E1E3;
tailwind
bg-[hsl(181,74%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 74%, 58%, 0.4);
css variable
--color-primary: hsl(181, 74%, 58%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 74%, 58%)?
HEX: #45E1E3 | RGB: rgb(69, 225, 227) | CMYK: 70%, 1%, 0%, 11% | HSV: 181°, 70%, 89%. Copy any format from the conversion table above.
What colors go well with #45E1E3?
The complementary color is HSL(1, 74%, 58%). 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, 74%, 58%) in CSS?
As HSL: color: hsl(181, 74%, 58%); — As HEX: color: #45E1E3; — As RGB: color: rgb(69, 225, 227); — Tailwind CSS: bg-[hsl(181,74%,58%)] — CSS variable: --color-primary: hsl(181, 74%, 58%);