HSL(202, 14%, 70%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(202,14%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 14%, 70%) | color: hsl(202, 14%, 70%) | |
| HEX | #A8B5BD | color: #A8B5BD | |
| RGB | rgb(168, 181, 189) | color: rgb(168, 181, 189) | |
| CMYK | cmyk(11%, 4%, 0%, 26%) | — | |
| HSV | hsv(203, 11%, 74%) | — | |
| HWB | hwb(203 66% 26%) | color: hwb(203 66% 26%) | |
| OKLCH | oklch(0.7654 0.0185 234.59) | color: oklch(0.7654 0.0185 234.59) | |
| Lab | lab(72.92 -2.88 -5.6) | color: lab(72.92 -2.88 -5.6) | |
| LCH | lch(72.92 6.3 242.78) | color: lch(72.92 6.3 242.78) |
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)
#AEAEBB — rgb(174, 174, 187)
Deuteranopia (Green-blind)
#ADACBB — rgb(173, 172, 187)
Tritanopia (Blue-blind)
#A9BAB9 — rgb(169, 186, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 14%, 70%);
text
color: hsl(202, 14%, 70%);
border
border: 2px solid hsl(202, 14%, 70%);
gradient light
background: linear-gradient(to right, hsl(202, 14%, 90%), hsl(202, 14%, 70%));
gradient dark
background: linear-gradient(to right, hsl(202, 14%, 70%), hsl(202, 14%, 50%))
hex
background-color: #A8B5BD;
tailwind
bg-[hsl(202,14%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 14%, 70%, 0.4);
css variable
--color-primary: hsl(202, 14%, 70%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 14%, 70%)?
HEX: #A8B5BD | RGB: rgb(168, 181, 189) | CMYK: 11%, 4%, 0%, 26% | HSV: 203°, 11%, 74%. Copy any format from the conversion table above.
What colors go well with #A8B5BD?
The complementary color is HSL(22, 14%, 70%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 14%, 70%) in CSS?
As HSL: color: hsl(202, 14%, 70%); — As HEX: color: #A8B5BD; — As RGB: color: rgb(168, 181, 189); — Tailwind CSS: bg-[hsl(202,14%,70%)] — CSS variable: --color-primary: hsl(202, 14%, 70%);