HSL(248, 30%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(248,30%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 30%, 79%) | color: hsl(248, 30%, 79%) | |
| HEX | #BEB9DA | color: #BEB9DA | |
| RGB | rgb(190, 185, 218) | color: rgb(190, 185, 218) | |
| CMYK | cmyk(13%, 15%, 0%, 15%) | — | |
| HSV | hsv(249, 15%, 85%) | — | |
| HWB | hwb(249 72% 15%) | color: hwb(249 72% 15%) | |
| OKLCH | oklch(0.8005 0.0465 292.27) | color: oklch(0.8005 0.0465 292.27) | |
| Lab | lab(76.5 8.22 -15.88) | color: lab(76.5 8.22 -15.88) | |
| LCH | lch(76.5 17.88 297.37) | color: lch(76.5 17.88 297.37) |
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)
#BCBCD2 — rgb(188, 188, 210)
Deuteranopia (Green-blind)
#BCBDD0 — rgb(188, 189, 208)
Tritanopia (Blue-blind)
#BECCCA — rgb(190, 204, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 30%, 79%);
text
color: hsl(248, 30%, 79%);
border
border: 2px solid hsl(248, 30%, 79%);
gradient light
background: linear-gradient(to right, hsl(248, 30%, 99%), hsl(248, 30%, 79%));
gradient dark
background: linear-gradient(to right, hsl(248, 30%, 79%), hsl(248, 30%, 59%))
hex
background-color: #BEB9DA;
tailwind
bg-[hsl(248,30%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 30%, 79%, 0.4);
css variable
--color-primary: hsl(248, 30%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 30%, 79%)?
HEX: #BEB9DA | RGB: rgb(190, 185, 218) | CMYK: 13%, 15%, 0%, 15% | HSV: 249°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #BEB9DA?
The complementary color is HSL(68, 30%, 79%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 30%, 79%) in CSS?
As HSL: color: hsl(248, 30%, 79%); — As HEX: color: #BEB9DA; — As RGB: color: rgb(190, 185, 218); — Tailwind CSS: bg-[hsl(248,30%,79%)] — CSS variable: --color-primary: hsl(248, 30%, 79%);