#ffd2ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 210, 255
HSL
300°, 100%, 91%
CMYK
0, 18, 0, 0
Luminance
0.7457
Every format
| HEX | #ffd2ff |
| RGB | rgb(255, 210, 255) |
| HSL | hsl(300, 100%, 91%) |
| CMYK | cmyk(0%, 18%, 0%, 0%) |
| LAB | lab(89.2 23.2 -16.0) |
| LCH | lch(89.2 28.2 325.4) |
| OKLCH | oklch(0.916 0.077 326.2) |
Copy-ready code
/* CSS */
color: #ffd2ff;
background-color: #ffd2ff;
/* Tailwind (arbitrary) */
class="text-[#ffd2ff] bg-[#ffd2ff]"
/* SCSS */
$brand: #ffd2ff;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#ffd2ff")Accessibility — WCAG contrast
Aa
#ffd2ff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd2ff on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ffd2ff text on a black background
contrast 15.91:1
Card sample
#ffd2ff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd2ff;
Background color
Panel with #ffd2ff background
background-color: #ffd2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd2ff; background: linear-gradient(135deg, #ffd2ff, #FFD2E1);