HSL(232, 14%, 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(232,14%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 14%, 70%) | color: hsl(232, 14%, 70%) | |
| HEX | #A8ABBD | color: #A8ABBD | |
| RGB | rgb(168, 171, 189) | color: rgb(168, 171, 189) | |
| CMYK | cmyk(11%, 10%, 0%, 26%) | — | |
| HSV | hsv(231, 11%, 74%) | — | |
| HWB | hwb(231 66% 26%) | color: hwb(231 66% 26%) | |
| OKLCH | oklch(0.7446 0.026 278.22) | color: oklch(0.7446 0.026 278.22) | |
| Lab | lab(70.26 2.54 -9.55) | color: lab(70.26 2.54 -9.55) | |
| LCH | lch(70.26 9.88 284.89) | color: lch(70.26 9.88 284.89) |
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)
#A9A9B9 — rgb(169, 169, 185)
Deuteranopia (Green-blind)
#A9A9B8 — rgb(169, 169, 184)
Tritanopia (Blue-blind)
#A8B5B4 — rgb(168, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 14%, 70%);
text
color: hsl(232, 14%, 70%);
border
border: 2px solid hsl(232, 14%, 70%);
gradient light
background: linear-gradient(to right, hsl(232, 14%, 90%), hsl(232, 14%, 70%));
gradient dark
background: linear-gradient(to right, hsl(232, 14%, 70%), hsl(232, 14%, 50%))
hex
background-color: #A8ABBD;
tailwind
bg-[hsl(232,14%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 14%, 70%, 0.4);
css variable
--color-primary: hsl(232, 14%, 70%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 14%, 70%)?
HEX: #A8ABBD | RGB: rgb(168, 171, 189) | CMYK: 11%, 10%, 0%, 26% | HSV: 231°, 11%, 74%. Copy any format from the conversion table above.
What colors go well with #A8ABBD?
The complementary color is HSL(52, 14%, 70%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 14%, 70%) in CSS?
As HSL: color: hsl(232, 14%, 70%); — As HEX: color: #A8ABBD; — As RGB: color: rgb(168, 171, 189); — Tailwind CSS: bg-[hsl(232,14%,70%)] — CSS variable: --color-primary: hsl(232, 14%, 70%);