HSL(251, 65%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,65%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 65%, 79%) | color: hsl(251, 65%, 79%) | |
| HEX | #B3A7EC | color: #B3A7EC | |
| RGB | rgb(179, 167, 236) | color: rgb(179, 167, 236) | |
| CMYK | cmyk(24%, 29%, 0%, 7%) | — | |
| HSV | hsv(250, 29%, 93%) | — | |
| HWB | hwb(250 66% 7%) | color: hwb(250 66% 7%) | |
| OKLCH | oklch(0.7636 0.0983 291.87) | color: oklch(0.7636 0.0983 291.87) | |
| Lab | lab(71.74 18.71 -33.01) | color: lab(71.74 18.71 -33.01) | |
| LCH | lch(71.74 37.94 299.54) | color: lch(71.74 37.94 299.54) |
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)
#AEAEDB — rgb(174, 174, 219)
Deuteranopia (Green-blind)
#AFAFD7 — rgb(175, 175, 215)
Tritanopia (Blue-blind)
#B2CECB — rgb(178, 206, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 65%, 79%);
text
color: hsl(251, 65%, 79%);
border
border: 2px solid hsl(251, 65%, 79%);
gradient light
background: linear-gradient(to right, hsl(251, 65%, 99%), hsl(251, 65%, 79%));
gradient dark
background: linear-gradient(to right, hsl(251, 65%, 79%), hsl(251, 65%, 59%))
hex
background-color: #B3A7EC;
tailwind
bg-[hsl(251,65%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 65%, 79%, 0.4);
css variable
--color-primary: hsl(251, 65%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 65%, 79%)?
HEX: #B3A7EC | RGB: rgb(179, 167, 236) | CMYK: 24%, 29%, 0%, 7% | HSV: 250°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #B3A7EC?
The complementary color is HSL(71, 65%, 79%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 65%, 79%) in CSS?
As HSL: color: hsl(251, 65%, 79%); — As HEX: color: #B3A7EC; — As RGB: color: rgb(179, 167, 236); — Tailwind CSS: bg-[hsl(251,65%,79%)] — CSS variable: --color-primary: hsl(251, 65%, 79%);