HSL(233, 22%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,22%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 22%, 70%) | color: hsl(233, 22%, 70%) | |
| HEX | #A2A6C3 | color: #A2A6C3 | |
| RGB | rgb(162, 166, 195) | color: rgb(162, 166, 195) | |
| CMYK | cmyk(17%, 15%, 0%, 24%) | — | |
| HSV | hsv(233, 17%, 76%) | — | |
| HWB | hwb(233 63% 24%) | color: hwb(233 63% 24%) | |
| OKLCH | oklch(0.7316 0.0421 279.11) | color: oklch(0.7316 0.0421 279.11) | |
| Lab | lab(68.67 4.61 -15.3) | color: lab(68.67 4.61 -15.3) | |
| LCH | lch(68.67 15.98 286.77) | color: lch(68.67 15.98 286.77) |
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)
#A4A4BC — rgb(164, 164, 188)
Deuteranopia (Green-blind)
#A4A3BA — rgb(164, 163, 186)
Tritanopia (Blue-blind)
#A2B6B5 — rgb(162, 182, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 22%, 70%);
text
color: hsl(233, 22%, 70%);
border
border: 2px solid hsl(233, 22%, 70%);
gradient light
background: linear-gradient(to right, hsl(233, 22%, 90%), hsl(233, 22%, 70%));
gradient dark
background: linear-gradient(to right, hsl(233, 22%, 70%), hsl(233, 22%, 50%))
hex
background-color: #A2A6C3;
tailwind
bg-[hsl(233,22%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 22%, 70%, 0.4);
css variable
--color-primary: hsl(233, 22%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 22%, 70%)?
HEX: #A2A6C3 | RGB: rgb(162, 166, 195) | CMYK: 17%, 15%, 0%, 24% | HSV: 233°, 17%, 76%. Copy any format from the conversion table above.
What colors go well with #A2A6C3?
The complementary color is HSL(53, 22%, 70%). 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, 22%, 70%) in CSS?
As HSL: color: hsl(233, 22%, 70%); — As HEX: color: #A2A6C3; — As RGB: color: rgb(162, 166, 195); — Tailwind CSS: bg-[hsl(233,22%,70%)] — CSS variable: --color-primary: hsl(233, 22%, 70%);