#deafdf
a light, soft magenta / pink · warm · closest name: plum
RGB
222, 175, 223
HSL
299°, 43%, 78%
CMYK
0, 22, 0, 13
Luminance
0.5152
Every format
| HEX | #deafdf |
| RGB | rgb(222, 175, 223) |
| HSL | hsl(299, 43%, 78%) |
| CMYK | cmyk(0%, 22%, 0%, 13%) |
| LAB | lab(77.0 25.1 -17.6) |
| LCH | lch(77.0 30.7 325.0) |
| OKLCH | oklch(0.811 0.084 325.7) |
Copy-ready code
/* CSS */
color: #deafdf;
background-color: #deafdf;
/* Tailwind (arbitrary) */
class="text-[#deafdf] bg-[#deafdf]"
/* SCSS */
$brand: #deafdf;
/* SwiftUI */
Color(red: 0.871, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#deafdf")Accessibility — WCAG contrast
Aa
#deafdf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deafdf on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#deafdf text on a black background
contrast 11.30:1
Card sample
#deafdf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deafdf;
Background color
Panel with #deafdf background
background-color: #deafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deafdf; background: linear-gradient(135deg, #deafdf, #DFAFC0);