HSL(247, 40%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 40%, 77%) | color: hsl(247, 40%, 77%) | |
| HEX | #B2ADDC | color: #B2ADDC | |
| RGB | rgb(178, 173, 220) | color: rgb(178, 173, 220) | |
| CMYK | cmyk(19%, 21%, 0%, 14%) | — | |
| HSV | hsv(246, 21%, 86%) | — | |
| HWB | hwb(246 68% 14%) | color: hwb(246 68% 14%) | |
| OKLCH | oklch(0.7679 0.0668 289.6) | color: oklch(0.7679 0.0668 289.6) | |
| Lab | lab(72.57 11.4 -23.01) | color: lab(72.57 11.4 -23.01) | |
| LCH | lch(72.57 25.68 296.36) | color: lch(72.57 25.68 296.36) |
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)
#B0B0D1 — rgb(176, 176, 209)
Deuteranopia (Green-blind)
#B0B1CE — rgb(176, 177, 206)
Tritanopia (Blue-blind)
#B2C8C6 — rgb(178, 200, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 40%, 77%);
text
color: hsl(247, 40%, 77%);
border
border: 2px solid hsl(247, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(247, 40%, 97%), hsl(247, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(247, 40%, 77%), hsl(247, 40%, 57%))
hex
background-color: #B2ADDC;
tailwind
bg-[hsl(247,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 40%, 77%, 0.4);
css variable
--color-primary: hsl(247, 40%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 40%, 77%)?
HEX: #B2ADDC | RGB: rgb(178, 173, 220) | CMYK: 19%, 21%, 0%, 14% | HSV: 246°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #B2ADDC?
The complementary color is HSL(67, 40%, 77%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 40%, 77%) in CSS?
As HSL: color: hsl(247, 40%, 77%); — As HEX: color: #B2ADDC; — As RGB: color: rgb(178, 173, 220); — Tailwind CSS: bg-[hsl(247,40%,77%)] — CSS variable: --color-primary: hsl(247, 40%, 77%);