HSL(187, 22%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,22%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 22%, 51%) | color: hsl(187, 22%, 51%) | |
| HEX | #67979E | color: #67979E | |
| RGB | rgb(103, 151, 158) | color: rgb(103, 151, 158) | |
| CMYK | cmyk(35%, 4%, 0%, 38%) | — | |
| HSV | hsv(188, 35%, 62%) | — | |
| HWB | hwb(188 40% 38%) | color: hwb(188 40% 38%) | |
| OKLCH | oklch(0.6447 0.0525 207.38) | color: oklch(0.6447 0.0525 207.38) | |
| Lab | lab(59.42 -14.28 -8.83) | color: lab(59.42 -14.28 -8.83) | |
| LCH | lch(59.42 16.79 211.73) | color: lch(59.42 16.79 211.73) |
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)
#7C7C9C — rgb(124, 124, 156)
Deuteranopia (Green-blind)
#79759C — rgb(121, 117, 156)
Tritanopia (Blue-blind)
#699B9B — rgb(105, 155, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 22%, 51%);
text
color: hsl(187, 22%, 51%);
border
border: 2px solid hsl(187, 22%, 51%);
gradient light
background: linear-gradient(to right, hsl(187, 22%, 71%), hsl(187, 22%, 51%));
gradient dark
background: linear-gradient(to right, hsl(187, 22%, 51%), hsl(187, 22%, 31%))
hex
background-color: #67979E;
tailwind
bg-[hsl(187,22%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 22%, 51%, 0.4);
css variable
--color-primary: hsl(187, 22%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 22%, 51%)?
HEX: #67979E | RGB: rgb(103, 151, 158) | CMYK: 35%, 4%, 0%, 38% | HSV: 188°, 35%, 62%. Copy any format from the conversion table above.
What colors go well with #67979E?
The complementary color is HSL(7, 22%, 51%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 22%, 51%) in CSS?
As HSL: color: hsl(187, 22%, 51%); — As HEX: color: #67979E; — As RGB: color: rgb(103, 151, 158); — Tailwind CSS: bg-[hsl(187,22%,51%)] — CSS variable: --color-primary: hsl(187, 22%, 51%);