#debade
a light, soft magenta / pink · warm · closest name: plum
RGB
222, 186, 222
HSL
300°, 35%, 80%
CMYK
0, 16, 0, 13
Luminance
0.5592
Every format
| HEX | #debade |
| RGB | rgb(222, 186, 222) |
| HSL | hsl(300, 35%, 80%) |
| CMYK | cmyk(0%, 16%, 0%, 13%) |
| LAB | lab(79.6 19.0 -13.2) |
| LCH | lch(79.6 23.1 325.3) |
| OKLCH | oklch(0.831 0.063 326.1) |
Copy-ready code
/* CSS */
color: #debade;
background-color: #debade;
/* Tailwind (arbitrary) */
class="text-[#debade] bg-[#debade]"
/* SCSS */
$brand: #debade;
/* SwiftUI */
Color(red: 0.871, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#debade")Accessibility — WCAG contrast
Aa
#debade on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#debade on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#debade text on a black background
contrast 12.18:1
Card sample
#debade text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #debade;
Background color
Panel with #debade background
background-color: #debade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #debade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #debade; background: linear-gradient(135deg, #debade, #DEBAC6);