#beb0df
a light, soft violet · warm · closest name: plum
RGB
190, 176, 223
HSL
258°, 42%, 78%
CMYK
15, 21, 0, 13
Luminance
0.4733
Every format
| HEX | #beb0df |
| RGB | rgb(190, 176, 223) |
| HSL | hsl(258, 42%, 78%) |
| CMYK | cmyk(15%, 21%, 0%, 13%) |
| LAB | lab(74.4 14.2 -21.8) |
| LCH | lch(74.4 26.0 303.1) |
| OKLCH | oklch(0.785 0.068 298.5) |
Copy-ready code
/* CSS */
color: #beb0df;
background-color: #beb0df;
/* Tailwind (arbitrary) */
class="text-[#beb0df] bg-[#beb0df]"
/* SCSS */
$brand: #beb0df;
/* SwiftUI */
Color(red: 0.745, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#beb0df")Accessibility — WCAG contrast
Aa
#beb0df on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb0df on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green69.0%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#beb0df text on a black background
contrast 10.47:1
Card sample
#beb0df text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb0df;
Background color
Panel with #beb0df background
background-color: #beb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb0df; background: linear-gradient(135deg, #beb0df, #DDB0DF);