HSL(252, 63%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(252,63%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(252, 63%, 81%) | color: hsl(252, 63%, 81%) | |
| HEX | #BCB0ED | color: #BCB0ED | |
| RGB | rgb(188, 176, 237) | color: rgb(188, 176, 237) | |
| CMYK | cmyk(21%, 26%, 0%, 7%) | — | |
| HSV | hsv(252, 26%, 93%) | — | |
| HWB | hwb(252 69% 7%) | color: hwb(252 69% 7%) | |
| OKLCH | oklch(0.7885 0.0865 293.34) | color: oklch(0.7885 0.0865 293.34) | |
| Lab | lab(74.73 16.65 -28.88) | color: lab(74.73 16.65 -28.88) | |
| LCH | lch(74.73 33.34 299.96) | color: lch(74.73 33.34 299.96) |
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)
#B7B7DE — rgb(183, 183, 222)
Deuteranopia (Green-blind)
#B8B8DB — rgb(184, 184, 219)
Tritanopia (Blue-blind)
#BBD3D0 — rgb(187, 211, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(252, 63%, 81%);
text
color: hsl(252, 63%, 81%);
border
border: 2px solid hsl(252, 63%, 81%);
gradient light
background: linear-gradient(to right, hsl(252, 63%, 100%), hsl(252, 63%, 81%));
gradient dark
background: linear-gradient(to right, hsl(252, 63%, 81%), hsl(252, 63%, 61%))
hex
background-color: #BCB0ED;
tailwind
bg-[hsl(252,63%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(252, 63%, 81%, 0.4);
css variable
--color-primary: hsl(252, 63%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(252, 63%, 81%)?
HEX: #BCB0ED | RGB: rgb(188, 176, 237) | CMYK: 21%, 26%, 0%, 7% | HSV: 252°, 26%, 93%. Copy any format from the conversion table above.
What colors go well with #BCB0ED?
The complementary color is HSL(72, 63%, 81%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(252, 63%, 81%) in CSS?
As HSL: color: hsl(252, 63%, 81%); — As HEX: color: #BCB0ED; — As RGB: color: rgb(188, 176, 237); — Tailwind CSS: bg-[hsl(252,63%,81%)] — CSS variable: --color-primary: hsl(252, 63%, 81%);