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