HSL(186, 90%, 34%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,90%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 90%, 34%) | color: hsl(186, 90%, 34%) | |
| HEX | #0995A5 | color: #0995A5 | |
| RGB | rgb(9, 149, 165) | color: rgb(9, 149, 165) | |
| CMYK | cmyk(95%, 10%, 0%, 35%) | — | |
| HSV | hsv(186, 95%, 65%) | — | |
| HWB | hwb(186 3% 35%) | color: hwb(186 3% 35%) | |
| OKLCH | oklch(0.6134 0.1042 208.3) | color: oklch(0.6134 0.1042 208.3) | |
| Lab | lab(56.35 -26.62 -17.7) | color: lab(56.35 -26.62 -17.7) | |
| LCH | lch(56.35 31.97 213.62) | color: lch(56.35 31.97 213.62) |
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)
#4647A1 — rgb(70, 71, 161)
Deuteranopia (Green-blind)
#3E33A0 — rgb(62, 51, 160)
Tritanopia (Blue-blind)
#109E9D — rgb(16, 158, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 90%, 34%);
text
color: hsl(186, 90%, 34%);
border
border: 2px solid hsl(186, 90%, 34%);
gradient light
background: linear-gradient(to right, hsl(186, 90%, 54%), hsl(186, 90%, 34%));
gradient dark
background: linear-gradient(to right, hsl(186, 90%, 34%), hsl(186, 90%, 14%))
hex
background-color: #0995A5;
tailwind
bg-[hsl(186,90%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 90%, 34%, 0.4);
css variable
--color-primary: hsl(186, 90%, 34%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 90%, 34%)?
HEX: #0995A5 | RGB: rgb(9, 149, 165) | CMYK: 95%, 10%, 0%, 35% | HSV: 186°, 95%, 65%. Copy any format from the conversion table above.
What colors go well with #0995A5?
The complementary color is HSL(6, 90%, 34%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 90%, 34%) in CSS?
As HSL: color: hsl(186, 90%, 34%); — As HEX: color: #0995A5; — As RGB: color: rgb(9, 149, 165); — Tailwind CSS: bg-[hsl(186,90%,34%)] — CSS variable: --color-primary: hsl(186, 90%, 34%);