HSL(175, 30%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,30%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 30%, 67%) | color: hsl(175, 30%, 67%) | |
| HEX | #92C4C0 | color: #92C4C0 | |
| RGB | rgb(146, 196, 192) | color: rgb(146, 196, 192) | |
| CMYK | cmyk(26%, 0%, 2%, 23%) | — | |
| HSV | hsv(175, 26%, 77%) | — | |
| HWB | hwb(175 57% 23%) | color: hwb(175 57% 23%) | |
| OKLCH | oklch(0.7841 0.0526 189.99) | color: oklch(0.7841 0.0526 189.99) | |
| Lab | lab(75.7 -17.13 -3.31) | color: lab(75.7 -17.13 -3.31) | |
| LCH | lch(75.7 17.45 190.94) | color: lch(75.7 17.45 190.94) |
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)
#A8A8C1 — rgb(168, 168, 193)
Deuteranopia (Green-blind)
#A5A1C1 — rgb(165, 161, 193)
Tritanopia (Blue-blind)
#95C2C2 — rgb(149, 194, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 30%, 67%);
text
color: hsl(175, 30%, 67%);
border
border: 2px solid hsl(175, 30%, 67%);
gradient light
background: linear-gradient(to right, hsl(175, 30%, 87%), hsl(175, 30%, 67%));
gradient dark
background: linear-gradient(to right, hsl(175, 30%, 67%), hsl(175, 30%, 47%))
hex
background-color: #92C4C0;
tailwind
bg-[hsl(175,30%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 30%, 67%, 0.4);
css variable
--color-primary: hsl(175, 30%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 30%, 67%)?
HEX: #92C4C0 | RGB: rgb(146, 196, 192) | CMYK: 26%, 0%, 2%, 23% | HSV: 175°, 26%, 77%. Copy any format from the conversion table above.
What colors go well with #92C4C0?
The complementary color is HSL(355, 30%, 67%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 30%, 67%) in CSS?
As HSL: color: hsl(175, 30%, 67%); — As HEX: color: #92C4C0; — As RGB: color: rgb(146, 196, 192); — Tailwind CSS: bg-[hsl(175,30%,67%)] — CSS variable: --color-primary: hsl(175, 30%, 67%);