HSL(202, 14%, 68%)
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%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 14%, 68%) | color: hsl(202, 14%, 68%) | |
| HEX | #A2B0B9 | color: #A2B0B9 | |
| RGB | rgb(162, 176, 185) | color: rgb(162, 176, 185) | |
| CMYK | cmyk(12%, 5%, 0%, 27%) | — | |
| HSV | hsv(203, 12%, 73%) | — | |
| HWB | hwb(203 64% 27%) | color: hwb(203 64% 27%) | |
| OKLCH | oklch(0.7491 0.0204 235.83) | color: oklch(0.7491 0.0204 235.83) | |
| Lab | lab(71.03 -3.02 -6.25) | color: lab(71.03 -3.02 -6.25) | |
| LCH | lch(71.03 6.94 244.21) | color: lch(71.03 6.94 244.21) |
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)
#A8A8B7 — rgb(168, 168, 183)
Deuteranopia (Green-blind)
#A7A6B6 — rgb(167, 166, 182)
Tritanopia (Blue-blind)
#A3B5B5 — rgb(163, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 14%, 68%);
text
color: hsl(202, 14%, 68%);
border
border: 2px solid hsl(202, 14%, 68%);
gradient light
background: linear-gradient(to right, hsl(202, 14%, 88%), hsl(202, 14%, 68%));
gradient dark
background: linear-gradient(to right, hsl(202, 14%, 68%), hsl(202, 14%, 48%))
hex
background-color: #A2B0B9;
tailwind
bg-[hsl(202,14%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 14%, 68%, 0.4);
css variable
--color-primary: hsl(202, 14%, 68%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 14%, 68%)?
HEX: #A2B0B9 | RGB: rgb(162, 176, 185) | CMYK: 12%, 5%, 0%, 27% | HSV: 203°, 12%, 73%. Copy any format from the conversion table above.
What colors go well with #A2B0B9?
The complementary color is HSL(22, 14%, 68%). 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%, 68%) in CSS?
As HSL: color: hsl(202, 14%, 68%); — As HEX: color: #A2B0B9; — As RGB: color: rgb(162, 176, 185); — Tailwind CSS: bg-[hsl(202,14%,68%)] — CSS variable: --color-primary: hsl(202, 14%, 68%);