#beafdf
a light, soft violet · warm · closest name: plum
RGB
190, 175, 223
HSL
259°, 43%, 78%
CMYK
15, 22, 0, 13
Luminance
0.4693
Every format
| HEX | #beafdf |
| RGB | rgb(190, 175, 223) |
| HSL | hsl(259, 43%, 78%) |
| CMYK | cmyk(15%, 22%, 0%, 13%) |
| LAB | lab(74.2 14.7 -22.2) |
| LCH | lch(74.2 26.6 303.6) |
| OKLCH | oklch(0.783 0.069 299.1) |
Copy-ready code
/* CSS */
color: #beafdf;
background-color: #beafdf;
/* Tailwind (arbitrary) */
class="text-[#beafdf] bg-[#beafdf]"
/* SCSS */
$brand: #beafdf;
/* SwiftUI */
Color(red: 0.745, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#beafdf")Accessibility — WCAG contrast
Aa
#beafdf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beafdf on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#beafdf text on a black background
contrast 10.39:1
Card sample
#beafdf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beafdf;
Background color
Panel with #beafdf background
background-color: #beafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beafdf; background: linear-gradient(135deg, #beafdf, #DEAFDF);