#ffd8f1
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 216, 241
HSL
322°, 100%, 92%
CMYK
0, 15, 6, 0
Luminance
0.7672
Every format
| HEX | #ffd8f1 |
| RGB | rgb(255, 216, 241) |
| HSL | hsl(322, 100%, 92%) |
| CMYK | cmyk(0%, 15%, 6%, 0%) |
| LAB | lab(90.2 17.6 -7.2) |
| LCH | lch(90.2 19.0 337.9) |
| OKLCH | oklch(0.922 0.054 339.6) |
Copy-ready code
/* CSS */
color: #ffd8f1;
background-color: #ffd8f1;
/* Tailwind (arbitrary) */
class="text-[#ffd8f1] bg-[#ffd8f1]"
/* SCSS */
$brand: #ffd8f1;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.945)
/* Android */
Color.parseColor("#ffd8f1")Accessibility — WCAG contrast
Aa
#ffd8f1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd8f1 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow5.5%
Key (black)0.0%
Color previews
#ffd8f1 text on a black background
contrast 16.34:1
Card sample
#ffd8f1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd8f1;
Background color
Panel with #ffd8f1 background
background-color: #ffd8f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd8f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd8f1; background: linear-gradient(135deg, #ffd8f1, #FFD9D8);