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