#d2bcfc
a pale, electric violet · warm · closest name: plum
RGB
210, 188, 252
HSL
261°, 91%, 86%
CMYK
17, 25, 0, 1
Luminance
0.5670
Every format
| HEX | #d2bcfc |
| RGB | rgb(210, 188, 252) |
| HSL | hsl(261, 91%, 86%) |
| CMYK | cmyk(17%, 25%, 0%, 1%) |
| LAB | lab(80.0 20.1 -28.7) |
| LCH | lch(80.0 35.0 305.0) |
| OKLCH | oklch(0.835 0.091 300.2) |
Copy-ready code
/* CSS */
color: #d2bcfc;
background-color: #d2bcfc;
/* Tailwind (arbitrary) */
class="text-[#d2bcfc] bg-[#d2bcfc]"
/* SCSS */
$brand: #d2bcfc;
/* SwiftUI */
Color(red: 0.824, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#d2bcfc")Accessibility — WCAG contrast
Aa
#d2bcfc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2bcfc on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green73.7%
Blue98.8%
CMYK percentages
Cyan16.7%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#d2bcfc text on a black background
contrast 12.34:1
Card sample
#d2bcfc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2bcfc;
Background color
Panel with #d2bcfc background
background-color: #d2bcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2bcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2bcfc; background: linear-gradient(135deg, #d2bcfc, #FCBCFB);