#dfbeef
a light, vivid violet · warm · closest name: plum
RGB
223, 190, 239
HSL
280°, 61%, 84%
CMYK
7, 21, 0, 6
Luminance
0.5875
Every format
| HEX | #dfbeef |
| RGB | rgb(223, 190, 239) |
| HSL | hsl(280, 61%, 84%) |
| CMYK | cmyk(7%, 21%, 0%, 6%) |
| LAB | lab(81.2 20.4 -19.9) |
| LCH | lch(81.2 28.5 315.8) |
| OKLCH | oklch(0.845 0.076 314.7) |
Copy-ready code
/* CSS */
color: #dfbeef;
background-color: #dfbeef;
/* Tailwind (arbitrary) */
class="text-[#dfbeef] bg-[#dfbeef]"
/* SCSS */
$brand: #dfbeef;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#dfbeef")Accessibility — WCAG contrast
Aa
#dfbeef on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbeef on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue93.7%
CMYK percentages
Cyan6.7%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#dfbeef text on a black background
contrast 12.75:1
Card sample
#dfbeef text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbeef;
Background color
Panel with #dfbeef background
background-color: #dfbeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbeef; background: linear-gradient(135deg, #dfbeef, #EFBEDE);