HSL(190, 25%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(190,25%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 25%, 63%) | color: hsl(190, 25%, 63%) | |
| HEX | #89B0B8 | color: #89B0B8 | |
| RGB | rgb(137, 176, 184) | color: rgb(137, 176, 184) | |
| CMYK | cmyk(26%, 4%, 0%, 28%) | — | |
| HSV | hsv(190, 26%, 72%) | — | |
| HWB | hwb(190 53% 28%) | color: hwb(190 53% 28%) | |
| OKLCH | oklch(0.7314 0.0436 211.57) | color: oklch(0.7314 0.0436 211.57) | |
| Lab | lab(69.35 -11.24 -8.38) | color: lab(69.35 -11.24 -8.38) | |
| LCH | lch(69.35 14.02 216.71) | color: lch(69.35 14.02 216.71) |
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)
#9A9AB6 — rgb(154, 154, 182)
Deuteranopia (Green-blind)
#9895B6 — rgb(152, 149, 182)
Tritanopia (Blue-blind)
#8BB5B4 — rgb(139, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 25%, 63%);
text
color: hsl(190, 25%, 63%);
border
border: 2px solid hsl(190, 25%, 63%);
gradient light
background: linear-gradient(to right, hsl(190, 25%, 83%), hsl(190, 25%, 63%));
gradient dark
background: linear-gradient(to right, hsl(190, 25%, 63%), hsl(190, 25%, 43%))
hex
background-color: #89B0B8;
tailwind
bg-[hsl(190,25%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 25%, 63%, 0.4);
css variable
--color-primary: hsl(190, 25%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 25%, 63%)?
HEX: #89B0B8 | RGB: rgb(137, 176, 184) | CMYK: 26%, 4%, 0%, 28% | HSV: 190°, 26%, 72%. Copy any format from the conversion table above.
What colors go well with #89B0B8?
The complementary color is HSL(10, 25%, 63%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 25%, 63%) in CSS?
As HSL: color: hsl(190, 25%, 63%); — As HEX: color: #89B0B8; — As RGB: color: rgb(137, 176, 184); — Tailwind CSS: bg-[hsl(190,25%,63%)] — CSS variable: --color-primary: hsl(190, 25%, 63%);