HSL(185, 70%, 75%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(185,70%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 70%, 75%) | color: hsl(185, 70%, 75%) | |
| HEX | #93E4EC | color: #93E4EC | |
| RGB | rgb(147, 228, 236) | color: rgb(147, 228, 236) | |
| CMYK | cmyk(38%, 3%, 0%, 7%) | — | |
| HSV | hsv(185, 38%, 93%) | — | |
| HWB | hwb(185 58% 7%) | color: hwb(185 58% 7%) | |
| OKLCH | oklch(0.8696 0.0798 203.75) | color: oklch(0.8696 0.0798 203.75) | |
| Lab | lab(85.88 -22.7 -11.71) | color: lab(85.88 -22.7 -11.71) | |
| LCH | lch(85.88 25.54 207.29) | color: lch(85.88 25.54 207.29) |
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)
#B6B7EA — rgb(182, 183, 234)
Deuteranopia (Green-blind)
#B1ABEA — rgb(177, 171, 234)
Tritanopia (Blue-blind)
#97E9E8 — rgb(151, 233, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 70%, 75%);
text
color: hsl(185, 70%, 75%);
border
border: 2px solid hsl(185, 70%, 75%);
gradient light
background: linear-gradient(to right, hsl(185, 70%, 95%), hsl(185, 70%, 75%));
gradient dark
background: linear-gradient(to right, hsl(185, 70%, 75%), hsl(185, 70%, 55%))
hex
background-color: #93E4EC;
tailwind
bg-[hsl(185,70%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 70%, 75%, 0.4);
css variable
--color-primary: hsl(185, 70%, 75%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 70%, 75%)?
HEX: #93E4EC | RGB: rgb(147, 228, 236) | CMYK: 38%, 3%, 0%, 7% | HSV: 185°, 38%, 93%. Copy any format from the conversion table above.
What colors go well with #93E4EC?
The complementary color is HSL(5, 70%, 75%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 70%, 75%) in CSS?
As HSL: color: hsl(185, 70%, 75%); — As HEX: color: #93E4EC; — As RGB: color: rgb(147, 228, 236); — Tailwind CSS: bg-[hsl(185,70%,75%)] — CSS variable: --color-primary: hsl(185, 70%, 75%);