HSL(191, 10%, 67%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(191,10%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 10%, 67%) | color: hsl(191, 10%, 67%) | |
| HEX | #A2B0B3 | color: #A2B0B3 | |
| RGB | rgb(162, 176, 179) | color: rgb(162, 176, 179) | |
| CMYK | cmyk(9%, 2%, 0%, 30%) | — | |
| HSV | hsv(191, 9%, 70%) | — | |
| HWB | hwb(191 64% 30%) | color: hwb(191 64% 30%) | |
| OKLCH | oklch(0.7472 0.0163 212.01) | color: oklch(0.7472 0.0163 212.01) | |
| Lab | lab(70.86 -4.26 -3.2) | color: lab(70.86 -4.26 -3.2) | |
| LCH | lch(70.86 5.33 216.91) | color: lch(70.86 5.33 216.91) |
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)
#A8A8B2 — rgb(168, 168, 178)
Deuteranopia (Green-blind)
#A7A6B2 — rgb(167, 166, 178)
Tritanopia (Blue-blind)
#A3B2B2 — rgb(163, 178, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 10%, 67%);
text
color: hsl(191, 10%, 67%);
border
border: 2px solid hsl(191, 10%, 67%);
gradient light
background: linear-gradient(to right, hsl(191, 10%, 87%), hsl(191, 10%, 67%));
gradient dark
background: linear-gradient(to right, hsl(191, 10%, 67%), hsl(191, 10%, 47%))
hex
background-color: #A2B0B3;
tailwind
bg-[hsl(191,10%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 10%, 67%, 0.4);
css variable
--color-primary: hsl(191, 10%, 67%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 10%, 67%)?
HEX: #A2B0B3 | RGB: rgb(162, 176, 179) | CMYK: 9%, 2%, 0%, 30% | HSV: 191°, 9%, 70%. Copy any format from the conversion table above.
What colors go well with #A2B0B3?
The complementary color is HSL(11, 10%, 67%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 10%, 67%) in CSS?
As HSL: color: hsl(191, 10%, 67%); — As HEX: color: #A2B0B3; — As RGB: color: rgb(162, 176, 179); — Tailwind CSS: bg-[hsl(191,10%,67%)] — CSS variable: --color-primary: hsl(191, 10%, 67%);