#d7bafe
a pale, electric violet · warm · closest name: plum
RGB
215, 186, 254
HSL
266°, 97%, 86%
CMYK
15, 27, 0, 0
Luminance
0.5672
Every format
| HEX | #d7bafe |
| RGB | rgb(215, 186, 254) |
| HSL | hsl(266, 97%, 86%) |
| CMYK | cmyk(15%, 27%, 0%, 0%) |
| LAB | lab(80.0 23.1 -29.7) |
| LCH | lch(80.0 37.7 307.9) |
| OKLCH | oklch(0.837 0.098 303.9) |
Copy-ready code
/* CSS */
color: #d7bafe;
background-color: #d7bafe;
/* Tailwind (arbitrary) */
class="text-[#d7bafe] bg-[#d7bafe]"
/* SCSS */
$brand: #d7bafe;
/* SwiftUI */
Color(red: 0.843, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#d7bafe")Accessibility — WCAG contrast
Aa
#d7bafe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7bafe on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green72.9%
Blue99.6%
CMYK percentages
Cyan15.4%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#d7bafe text on a black background
contrast 12.34:1
Card sample
#d7bafe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7bafe;
Background color
Panel with #d7bafe background
background-color: #d7bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7bafe; background: linear-gradient(135deg, #d7bafe, #FEBAF8);