#d4baf7
a light, electric violet · warm · closest name: plum
RGB
212, 186, 247
HSL
266°, 79%, 85%
CMYK
14, 25, 0, 3
Luminance
0.5583
Every format
| HEX | #d4baf7 |
| RGB | rgb(212, 186, 247) |
| HSL | hsl(266, 79%, 85%) |
| CMYK | cmyk(14%, 25%, 0%, 3%) |
| LAB | lab(79.5 20.7 -26.8) |
| LCH | lch(79.5 33.9 307.8) |
| OKLCH | oklch(0.831 0.088 304.0) |
Copy-ready code
/* CSS */
color: #d4baf7;
background-color: #d4baf7;
/* Tailwind (arbitrary) */
class="text-[#d4baf7] bg-[#d4baf7]"
/* SCSS */
$brand: #d4baf7;
/* SwiftUI */
Color(red: 0.831, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#d4baf7")Accessibility — WCAG contrast
Aa
#d4baf7 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4baf7 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green72.9%
Blue96.9%
CMYK percentages
Cyan14.2%
Magenta24.7%
Yellow0.0%
Key (black)3.1%
Color previews
#d4baf7 text on a black background
contrast 12.17:1
Card sample
#d4baf7 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4baf7;
Background color
Panel with #d4baf7 background
background-color: #d4baf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4baf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4baf7; background: linear-gradient(135deg, #d4baf7, #F7BAF1);