HSL(232, 38%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,38%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 38%, 76%) | color: hsl(232, 38%, 76%) | |
| HEX | #ABB1D9 | color: #ABB1D9 | |
| RGB | rgb(171, 177, 217) | color: rgb(171, 177, 217) | |
| CMYK | cmyk(21%, 18%, 0%, 15%) | — | |
| HSV | hsv(232, 21%, 85%) | — | |
| HWB | hwb(232 67% 15%) | color: hwb(232 67% 15%) | |
| OKLCH | oklch(0.7692 0.0575 278.27) | color: oklch(0.7692 0.0575 278.27) | |
| Lab | lab(72.96 6.34 -20.83) | color: lab(72.96 6.34 -20.83) | |
| LCH | lch(72.96 21.77 286.93) | color: lch(72.96 21.77 286.93) |
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)
#AEAECF — rgb(174, 174, 207)
Deuteranopia (Green-blind)
#ADADCD — rgb(173, 173, 205)
Tritanopia (Blue-blind)
#ABC8C6 — rgb(171, 200, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 38%, 76%);
text
color: hsl(232, 38%, 76%);
border
border: 2px solid hsl(232, 38%, 76%);
gradient light
background: linear-gradient(to right, hsl(232, 38%, 96%), hsl(232, 38%, 76%));
gradient dark
background: linear-gradient(to right, hsl(232, 38%, 76%), hsl(232, 38%, 56%))
hex
background-color: #ABB1D9;
tailwind
bg-[hsl(232,38%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 38%, 76%, 0.4);
css variable
--color-primary: hsl(232, 38%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 38%, 76%)?
HEX: #ABB1D9 | RGB: rgb(171, 177, 217) | CMYK: 21%, 18%, 0%, 15% | HSV: 232°, 21%, 85%. Copy any format from the conversion table above.
What colors go well with #ABB1D9?
The complementary color is HSL(52, 38%, 76%). 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, 38%, 76%) in CSS?
As HSL: color: hsl(232, 38%, 76%); — As HEX: color: #ABB1D9; — As RGB: color: rgb(171, 177, 217); — Tailwind CSS: bg-[hsl(232,38%,76%)] — CSS variable: --color-primary: hsl(232, 38%, 76%);