HSL(233, 27%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,27%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 27%, 71%) | color: hsl(233, 27%, 71%) | |
| HEX | #A1A6C9 | color: #A1A6C9 | |
| RGB | rgb(161, 166, 201) | color: rgb(161, 166, 201) | |
| CMYK | cmyk(20%, 17%, 0%, 21%) | — | |
| HSV | hsv(233, 20%, 79%) | — | |
| HWB | hwb(233 63% 21%) | color: hwb(233 63% 21%) | |
| OKLCH | oklch(0.7331 0.0509 278.68) | color: oklch(0.7331 0.0509 278.68) | |
| Lab | lab(68.8 5.63 -18.43) | color: lab(68.8 5.63 -18.43) | |
| LCH | lch(68.8 19.27 286.99) | color: lch(68.8 19.27 286.99) |
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)
#A3A3C1 — rgb(163, 163, 193)
Deuteranopia (Green-blind)
#A3A3BF — rgb(163, 163, 191)
Tritanopia (Blue-blind)
#A1BAB8 — rgb(161, 186, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 27%, 71%);
text
color: hsl(233, 27%, 71%);
border
border: 2px solid hsl(233, 27%, 71%);
gradient light
background: linear-gradient(to right, hsl(233, 27%, 91%), hsl(233, 27%, 71%));
gradient dark
background: linear-gradient(to right, hsl(233, 27%, 71%), hsl(233, 27%, 51%))
hex
background-color: #A1A6C9;
tailwind
bg-[hsl(233,27%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 27%, 71%, 0.4);
css variable
--color-primary: hsl(233, 27%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 27%, 71%)?
HEX: #A1A6C9 | RGB: rgb(161, 166, 201) | CMYK: 20%, 17%, 0%, 21% | HSV: 233°, 20%, 79%. Copy any format from the conversion table above.
What colors go well with #A1A6C9?
The complementary color is HSL(53, 27%, 71%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 27%, 71%) in CSS?
As HSL: color: hsl(233, 27%, 71%); — As HEX: color: #A1A6C9; — As RGB: color: rgb(161, 166, 201); — Tailwind CSS: bg-[hsl(233,27%,71%)] — CSS variable: --color-primary: hsl(233, 27%, 71%);