#d7bcf7
a pale, electric violet · warm · closest name: plum
RGB
215, 188, 247
HSL
268°, 79%, 85%
CMYK
13, 24, 0, 3
Luminance
0.5713
Every format
| HEX | #d7bcf7 |
| RGB | rgb(215, 188, 247) |
| HSL | hsl(268, 79%, 85%) |
| CMYK | cmyk(13%, 24%, 0%, 3%) |
| LAB | lab(80.3 20.6 -25.6) |
| LCH | lch(80.3 32.9 308.8) |
| OKLCH | oklch(0.838 0.086 305.5) |
Copy-ready code
/* CSS */
color: #d7bcf7;
background-color: #d7bcf7;
/* Tailwind (arbitrary) */
class="text-[#d7bcf7] bg-[#d7bcf7]"
/* SCSS */
$brand: #d7bcf7;
/* SwiftUI */
Color(red: 0.843, green: 0.737, blue: 0.969)
/* Android */
Color.parseColor("#d7bcf7")Accessibility — WCAG contrast
Aa
#d7bcf7 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7bcf7 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green73.7%
Blue96.9%
CMYK percentages
Cyan13.0%
Magenta23.9%
Yellow0.0%
Key (black)3.1%
Color previews
#d7bcf7 text on a black background
contrast 12.43:1
Card sample
#d7bcf7 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7bcf7;
Background color
Panel with #d7bcf7 background
background-color: #d7bcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7bcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 188, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 188, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7bcf7; background: linear-gradient(135deg, #d7bcf7, #F7BCF0);