#d9b2f0
a light, vivid violet · warm · closest name: plum
RGB
217, 178, 240
HSL
278°, 67%, 82%
CMYK
10, 26, 0, 6
Luminance
0.5288
Every format
| HEX | #d9b2f0 |
| RGB | rgb(217, 178, 240) |
| HSL | hsl(278, 67%, 82%) |
| CMYK | cmyk(10%, 26%, 0%, 6%) |
| LAB | lab(77.8 25.2 -25.6) |
| LCH | lch(77.8 35.9 314.6) |
| OKLCH | oklch(0.819 0.095 312.7) |
Copy-ready code
/* CSS */
color: #d9b2f0;
background-color: #d9b2f0;
/* Tailwind (arbitrary) */
class="text-[#d9b2f0] bg-[#d9b2f0]"
/* SCSS */
$brand: #d9b2f0;
/* SwiftUI */
Color(red: 0.851, green: 0.698, blue: 0.941)
/* Android */
Color.parseColor("#d9b2f0")Accessibility — WCAG contrast
Aa
#d9b2f0 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9b2f0 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green69.8%
Blue94.1%
CMYK percentages
Cyan9.6%
Magenta25.8%
Yellow0.0%
Key (black)5.9%
Color previews
#d9b2f0 text on a black background
contrast 11.58:1
Card sample
#d9b2f0 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9b2f0;
Background color
Panel with #d9b2f0 background
background-color: #d9b2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9b2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 178, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 178, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9b2f0; background: linear-gradient(135deg, #d9b2f0, #F0B2DE);