#d3bafe
a pale, electric violet · warm · closest name: plum
RGB
211, 186, 254
HSL
262°, 97%, 86%
CMYK
17, 27, 0, 0
Luminance
0.5612
Every format
| HEX | #d3bafe |
| RGB | rgb(211, 186, 254) |
| HSL | hsl(262, 97%, 86%) |
| CMYK | cmyk(17%, 27%, 0%, 0%) |
| LAB | lab(79.7 21.9 -30.3) |
| LCH | lch(79.7 37.4 305.9) |
| OKLCH | oklch(0.833 0.097 301.2) |
Copy-ready code
/* CSS */
color: #d3bafe;
background-color: #d3bafe;
/* Tailwind (arbitrary) */
class="text-[#d3bafe] bg-[#d3bafe]"
/* SCSS */
$brand: #d3bafe;
/* SwiftUI */
Color(red: 0.827, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#d3bafe")Accessibility — WCAG contrast
Aa
#d3bafe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3bafe on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green72.9%
Blue99.6%
CMYK percentages
Cyan16.9%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#d3bafe text on a black background
contrast 12.22:1
Card sample
#d3bafe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3bafe;
Background color
Panel with #d3bafe background
background-color: #d3bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3bafe; background: linear-gradient(135deg, #d3bafe, #FEBAFC);