HSL(206, 19%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(206,19%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(206, 19%, 71%) | color: hsl(206, 19%, 71%) | |
| HEX | #A7B7C3 | color: #A7B7C3 | |
| RGB | rgb(167, 183, 195) | color: rgb(167, 183, 195) | |
| CMYK | cmyk(14%, 6%, 0%, 24%) | — | |
| HSV | hsv(206, 14%, 76%) | — | |
| HWB | hwb(206 65% 24%) | color: hwb(206 65% 24%) | |
| OKLCH | oklch(0.7709 0.0247 240.19) | color: oklch(0.7709 0.0247 240.19) | |
| Lab | lab(73.56 -3.04 -7.95) | color: lab(73.56 -3.04 -7.95) | |
| LCH | lch(73.56 8.51 249.07) | color: lch(73.56 8.51 249.07) |
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)
#AEAEC0 — rgb(174, 174, 192)
Deuteranopia (Green-blind)
#ADACBF — rgb(173, 172, 191)
Tritanopia (Blue-blind)
#A8BEBD — rgb(168, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(206, 19%, 71%);
text
color: hsl(206, 19%, 71%);
border
border: 2px solid hsl(206, 19%, 71%);
gradient light
background: linear-gradient(to right, hsl(206, 19%, 91%), hsl(206, 19%, 71%));
gradient dark
background: linear-gradient(to right, hsl(206, 19%, 71%), hsl(206, 19%, 51%))
hex
background-color: #A7B7C3;
tailwind
bg-[hsl(206,19%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(206, 19%, 71%, 0.4);
css variable
--color-primary: hsl(206, 19%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(206, 19%, 71%)?
HEX: #A7B7C3 | RGB: rgb(167, 183, 195) | CMYK: 14%, 6%, 0%, 24% | HSV: 206°, 14%, 76%. Copy any format from the conversion table above.
What colors go well with #A7B7C3?
The complementary color is HSL(26, 19%, 71%). For a triadic harmony, use hues 206°, 326°, and 86°. For analogous combinations, try hues 176° and 236°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(206, 19%, 71%) in CSS?
As HSL: color: hsl(206, 19%, 71%); — As HEX: color: #A7B7C3; — As RGB: color: rgb(167, 183, 195); — Tailwind CSS: bg-[hsl(206,19%,71%)] — CSS variable: --color-primary: hsl(206, 19%, 71%);