#d2bafc
a pale, electric violet · warm · closest name: plum
RGB
210, 186, 252
HSL
262°, 92%, 86%
CMYK
17, 26, 0, 1
Luminance
0.5585
Every format
| HEX | #d2bafc |
| RGB | rgb(210, 186, 252) |
| HSL | hsl(262, 92%, 86%) |
| CMYK | cmyk(17%, 26%, 0%, 1%) |
| LAB | lab(79.5 21.2 -29.4) |
| LCH | lch(79.5 36.3 305.7) |
| OKLCH | oklch(0.832 0.094 301.0) |
Copy-ready code
/* CSS */
color: #d2bafc;
background-color: #d2bafc;
/* Tailwind (arbitrary) */
class="text-[#d2bafc] bg-[#d2bafc]"
/* SCSS */
$brand: #d2bafc;
/* SwiftUI */
Color(red: 0.824, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#d2bafc")Accessibility — WCAG contrast
Aa
#d2bafc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2bafc on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green72.9%
Blue98.8%
CMYK percentages
Cyan16.7%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#d2bafc text on a black background
contrast 12.17:1
Card sample
#d2bafc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2bafc;
Background color
Panel with #d2bafc background
background-color: #d2bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2bafc; background: linear-gradient(135deg, #d2bafc, #FCBAFA);