HSL(177, 68%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,68%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 68%, 75%) | color: hsl(177, 68%, 75%) | |
| HEX | #94EBE6 | color: #94EBE6 | |
| RGB | rgb(148, 235, 230) | color: rgb(148, 235, 230) | |
| CMYK | cmyk(37%, 0%, 2%, 8%) | — | |
| HSV | hsv(177, 37%, 92%) | — | |
| HWB | hwb(177 58% 8%) | color: hwb(177 58% 8%) | |
| OKLCH | oklch(0.8837 0.0845 191.08) | color: oklch(0.8837 0.0845 191.08) | |
| Lab | lab(87.69 -27.28 -5.86) | color: lab(87.69 -27.28 -5.86) | |
| LCH | lch(87.69 27.9 192.12) | color: lch(87.69 27.9 192.12) |
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)
#BABAE7 — rgb(186, 186, 231)
Deuteranopia (Green-blind)
#B5AEE8 — rgb(181, 174, 232)
Tritanopia (Blue-blind)
#98E8E8 — rgb(152, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 68%, 75%);
text
color: hsl(177, 68%, 75%);
border
border: 2px solid hsl(177, 68%, 75%);
gradient light
background: linear-gradient(to right, hsl(177, 68%, 95%), hsl(177, 68%, 75%));
gradient dark
background: linear-gradient(to right, hsl(177, 68%, 75%), hsl(177, 68%, 55%))
hex
background-color: #94EBE6;
tailwind
bg-[hsl(177,68%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 68%, 75%, 0.4);
css variable
--color-primary: hsl(177, 68%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 68%, 75%)?
HEX: #94EBE6 | RGB: rgb(148, 235, 230) | CMYK: 37%, 0%, 2%, 8% | HSV: 177°, 37%, 92%. Copy any format from the conversion table above.
What colors go well with #94EBE6?
The complementary color is HSL(357, 68%, 75%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 68%, 75%) in CSS?
As HSL: color: hsl(177, 68%, 75%); — As HEX: color: #94EBE6; — As RGB: color: rgb(148, 235, 230); — Tailwind CSS: bg-[hsl(177,68%,75%)] — CSS variable: --color-primary: hsl(177, 68%, 75%);