HSL(188, 28%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,28%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 28%, 67%) | color: hsl(188, 28%, 67%) | |
| HEX | #93BCC2 | color: #93BCC2 | |
| RGB | rgb(147, 188, 194) | color: rgb(147, 188, 194) | |
| CMYK | cmyk(24%, 3%, 0%, 24%) | — | |
| HSV | hsv(188, 24%, 76%) | — | |
| HWB | hwb(188 58% 24%) | color: hwb(188 58% 24%) | |
| OKLCH | oklch(0.7676 0.0445 207.31) | color: oklch(0.7676 0.0445 207.31) | |
| Lab | lab(73.59 -12.23 -7.5) | color: lab(73.59 -12.23 -7.5) | |
| LCH | lch(73.59 14.35 211.52) | color: lch(73.59 14.35 211.52) |
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)
#A5A5C1 — rgb(165, 165, 193)
Deuteranopia (Green-blind)
#A29FC0 — rgb(162, 159, 192)
Tritanopia (Blue-blind)
#95BFBF — rgb(149, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 28%, 67%);
text
color: hsl(188, 28%, 67%);
border
border: 2px solid hsl(188, 28%, 67%);
gradient light
background: linear-gradient(to right, hsl(188, 28%, 87%), hsl(188, 28%, 67%));
gradient dark
background: linear-gradient(to right, hsl(188, 28%, 67%), hsl(188, 28%, 47%))
hex
background-color: #93BCC2;
tailwind
bg-[hsl(188,28%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 28%, 67%, 0.4);
css variable
--color-primary: hsl(188, 28%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 28%, 67%)?
HEX: #93BCC2 | RGB: rgb(147, 188, 194) | CMYK: 24%, 3%, 0%, 24% | HSV: 188°, 24%, 76%. Copy any format from the conversion table above.
What colors go well with #93BCC2?
The complementary color is HSL(8, 28%, 67%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 28%, 67%) in CSS?
As HSL: color: hsl(188, 28%, 67%); — As HEX: color: #93BCC2; — As RGB: color: rgb(147, 188, 194); — Tailwind CSS: bg-[hsl(188,28%,67%)] — CSS variable: --color-primary: hsl(188, 28%, 67%);