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