#beb5df
a light, soft blue · warm · closest name: lavender
RGB
190, 181, 223
HSL
253°, 40%, 79%
CMYK
15, 19, 0, 13
Luminance
0.4932
Every format
| HEX | #beb5df |
| RGB | rgb(190, 181, 223) |
| HSL | hsl(253, 40%, 79%) |
| CMYK | cmyk(15%, 19%, 0%, 13%) |
| LAB | lab(75.7 11.4 -19.9) |
| LCH | lch(75.7 22.9 299.9) |
| OKLCH | oklch(0.794 0.060 294.8) |
Copy-ready code
/* CSS */
color: #beb5df;
background-color: #beb5df;
/* Tailwind (arbitrary) */
class="text-[#beb5df] bg-[#beb5df]"
/* SCSS */
$brand: #beb5df;
/* SwiftUI */
Color(red: 0.745, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#beb5df")Accessibility — WCAG contrast
Aa
#beb5df on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb5df on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green71.0%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#beb5df text on a black background
contrast 10.86:1
Card sample
#beb5df text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb5df;
Background color
Panel with #beb5df background
background-color: #beb5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb5df; background: linear-gradient(135deg, #beb5df, #DAB5DF);