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