HSL(226, 10%, 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(226,10%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 10%, 70%) | color: hsl(226, 10%, 70%) | |
| HEX | #ABAEBA | color: #ABAEBA | |
| RGB | rgb(171, 174, 186) | color: rgb(171, 174, 186) | |
| CMYK | cmyk(8%, 6%, 0%, 27%) | — | |
| HSV | hsv(228, 8%, 73%) | — | |
| HWB | hwb(228 67% 27%) | color: hwb(228 67% 27%) | |
| OKLCH | oklch(0.7522 0.0174 274.74) | color: oklch(0.7522 0.0174 274.74) | |
| Lab | lab(71.2 1.3 -6.48) | color: lab(71.2 1.3 -6.48) | |
| LCH | lch(71.2 6.61 281.34) | color: lch(71.2 6.61 281.34) |
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)
#ACACB7 — rgb(172, 172, 183)
Deuteranopia (Green-blind)
#ACACB6 — rgb(172, 172, 182)
Tritanopia (Blue-blind)
#ABB5B4 — rgb(171, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 10%, 70%);
text
color: hsl(226, 10%, 70%);
border
border: 2px solid hsl(226, 10%, 70%);
gradient light
background: linear-gradient(to right, hsl(226, 10%, 90%), hsl(226, 10%, 70%));
gradient dark
background: linear-gradient(to right, hsl(226, 10%, 70%), hsl(226, 10%, 50%))
hex
background-color: #ABAEBA;
tailwind
bg-[hsl(226,10%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 10%, 70%, 0.4);
css variable
--color-primary: hsl(226, 10%, 70%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 10%, 70%)?
HEX: #ABAEBA | RGB: rgb(171, 174, 186) | CMYK: 8%, 6%, 0%, 27% | HSV: 228°, 8%, 73%. Copy any format from the conversion table above.
What colors go well with #ABAEBA?
The complementary color is HSL(46, 10%, 70%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 10%, 70%) in CSS?
As HSL: color: hsl(226, 10%, 70%); — As HEX: color: #ABAEBA; — As RGB: color: rgb(171, 174, 186); — Tailwind CSS: bg-[hsl(226,10%,70%)] — CSS variable: --color-primary: hsl(226, 10%, 70%);