HSL(172, 19%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(172,19%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 19%, 65%) | color: hsl(172, 19%, 65%) | |
| HEX | #95B7B2 | color: #95B7B2 | |
| RGB | rgb(149, 183, 178) | color: rgb(149, 183, 178) | |
| CMYK | cmyk(19%, 0%, 3%, 28%) | — | |
| HSV | hsv(171, 19%, 72%) | — | |
| HWB | hwb(171 58% 28%) | color: hwb(171 58% 28%) | |
| OKLCH | oklch(0.7528 0.0375 185.49) | color: oklch(0.7528 0.0375 185.49) | |
| Lab | lab(71.87 -12.49 -1.27) | color: lab(71.87 -12.49 -1.27) | |
| LCH | lch(71.87 12.55 185.81) | color: lch(71.87 12.55 185.81) |
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)
#A4A4B3 — rgb(164, 164, 179)
Deuteranopia (Green-blind)
#A29FB4 — rgb(162, 159, 180)
Tritanopia (Blue-blind)
#97B4B4 — rgb(151, 180, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 19%, 65%);
text
color: hsl(172, 19%, 65%);
border
border: 2px solid hsl(172, 19%, 65%);
gradient light
background: linear-gradient(to right, hsl(172, 19%, 85%), hsl(172, 19%, 65%));
gradient dark
background: linear-gradient(to right, hsl(172, 19%, 65%), hsl(172, 19%, 45%))
hex
background-color: #95B7B2;
tailwind
bg-[hsl(172,19%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 19%, 65%, 0.4);
css variable
--color-primary: hsl(172, 19%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 19%, 65%)?
HEX: #95B7B2 | RGB: rgb(149, 183, 178) | CMYK: 19%, 0%, 3%, 28% | HSV: 171°, 19%, 72%. Copy any format from the conversion table above.
What colors go well with #95B7B2?
The complementary color is HSL(352, 19%, 65%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 19%, 65%) in CSS?
As HSL: color: hsl(172, 19%, 65%); — As HEX: color: #95B7B2; — As RGB: color: rgb(149, 183, 178); — Tailwind CSS: bg-[hsl(172,19%,65%)] — CSS variable: --color-primary: hsl(172, 19%, 65%);