HSL(192, 75%, 58%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,75%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 75%, 58%) | color: hsl(192, 75%, 58%) | |
| HEX | #44C4E4 | color: #44C4E4 | |
| RGB | rgb(68, 196, 228) | color: rgb(68, 196, 228) | |
| CMYK | cmyk(70%, 14%, 0%, 11%) | — | |
| HSV | hsv(192, 70%, 89%) | — | |
| HWB | hwb(192 27% 11%) | color: hwb(192 27% 11%) | |
| OKLCH | oklch(0.7638 0.118 218.02) | color: oklch(0.7638 0.118 218.02) | |
| Lab | lab(73.74 -24.66 -26.05) | color: lab(73.74 -24.66 -26.05) | |
| LCH | lch(73.74 35.87 226.57) | color: lch(73.74 35.87 226.57) |
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)
#7B7DDC — rgb(123, 125, 220)
Deuteranopia (Green-blind)
#746ADA — rgb(116, 106, 218)
Tritanopia (Blue-blind)
#4AD6D5 — rgb(74, 214, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 75%, 58%);
text
color: hsl(192, 75%, 58%);
border
border: 2px solid hsl(192, 75%, 58%);
gradient light
background: linear-gradient(to right, hsl(192, 75%, 78%), hsl(192, 75%, 58%));
gradient dark
background: linear-gradient(to right, hsl(192, 75%, 58%), hsl(192, 75%, 38%))
hex
background-color: #44C4E4;
tailwind
bg-[hsl(192,75%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 75%, 58%, 0.4);
css variable
--color-primary: hsl(192, 75%, 58%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 75%, 58%)?
HEX: #44C4E4 | RGB: rgb(68, 196, 228) | CMYK: 70%, 14%, 0%, 11% | HSV: 192°, 70%, 89%. Copy any format from the conversion table above.
What colors go well with #44C4E4?
The complementary color is HSL(12, 75%, 58%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 75%, 58%) in CSS?
As HSL: color: hsl(192, 75%, 58%); — As HEX: color: #44C4E4; — As RGB: color: rgb(68, 196, 228); — Tailwind CSS: bg-[hsl(192,75%,58%)] — CSS variable: --color-primary: hsl(192, 75%, 58%);