#d0b2ff
a light, electric violet · warm · closest name: plum
RGB
208, 178, 255
HSL
263°, 100%, 85%
CMYK
18, 30, 0, 0
Luminance
0.5247
Every format
| HEX | #d0b2ff |
| RGB | rgb(208, 178, 255) |
| HSL | hsl(263, 100%, 85%) |
| CMYK | cmyk(18%, 30%, 0%, 0%) |
| LAB | lab(77.6 25.6 -34.1) |
| LCH | lch(77.6 42.6 306.9) |
| OKLCH | oklch(0.817 0.111 301.9) |
Copy-ready code
/* CSS */
color: #d0b2ff;
background-color: #d0b2ff;
/* Tailwind (arbitrary) */
class="text-[#d0b2ff] bg-[#d0b2ff]"
/* SCSS */
$brand: #d0b2ff;
/* SwiftUI */
Color(red: 0.816, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#d0b2ff")Accessibility — WCAG contrast
Aa
#d0b2ff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0b2ff on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green69.8%
Blue100.0%
CMYK percentages
Cyan18.4%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#d0b2ff text on a black background
contrast 11.49:1
Card sample
#d0b2ff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0b2ff;
Background color
Panel with #d0b2ff background
background-color: #d0b2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0b2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0b2ff; background: linear-gradient(135deg, #d0b2ff, #FFB2FB);