HSL(188, 88%, 31%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,88%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 88%, 31%) | color: hsl(188, 88%, 31%) | |
| HEX | #098295 | color: #098295 | |
| RGB | rgb(9, 130, 149) | color: rgb(9, 130, 149) | |
| CMYK | cmyk(94%, 13%, 0%, 42%) | — | |
| HSV | hsv(188, 94%, 58%) | — | |
| HWB | hwb(188 3% 42%) | color: hwb(188 3% 42%) | |
| OKLCH | oklch(0.5578 0.0958 212.79) | color: oklch(0.5578 0.0958 212.79) | |
| Lab | lab(49.73 -22.32 -18.57) | color: lab(49.73 -22.32 -18.57) | |
| LCH | lch(49.73 29.03 219.76) | color: lch(49.73 29.03 219.76) |
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)
#3D3E90 — rgb(61, 62, 144)
Deuteranopia (Green-blind)
#362D8F — rgb(54, 45, 143)
Tritanopia (Blue-blind)
#0F8D8C — rgb(15, 141, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 88%, 31%);
text
color: hsl(188, 88%, 31%);
border
border: 2px solid hsl(188, 88%, 31%);
gradient light
background: linear-gradient(to right, hsl(188, 88%, 51%), hsl(188, 88%, 31%));
gradient dark
background: linear-gradient(to right, hsl(188, 88%, 31%), hsl(188, 88%, 11%))
hex
background-color: #098295;
tailwind
bg-[hsl(188,88%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 88%, 31%, 0.4);
css variable
--color-primary: hsl(188, 88%, 31%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 88%, 31%)?
HEX: #098295 | RGB: rgb(9, 130, 149) | CMYK: 94%, 13%, 0%, 42% | HSV: 188°, 94%, 58%. Copy any format from the conversion table above.
What colors go well with #098295?
The complementary color is HSL(8, 88%, 31%). 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, 88%, 31%) in CSS?
As HSL: color: hsl(188, 88%, 31%); — As HEX: color: #098295; — As RGB: color: rgb(9, 130, 149); — Tailwind CSS: bg-[hsl(188,88%,31%)] — CSS variable: --color-primary: hsl(188, 88%, 31%);