#ffdfda
a pale, electric red · warm · closest name: white
RGB
255, 223, 218
HSL
8°, 100%, 93%
CMYK
0, 13, 15, 0
Luminance
0.7910
Every format
| HEX | #ffdfda |
| RGB | rgb(255, 223, 218) |
| HSL | hsl(8, 100%, 93%) |
| CMYK | cmyk(0%, 13%, 15%, 0%) |
| LAB | lab(91.3 10.2 6.5) |
| LCH | lch(91.3 12.1 32.4) |
| OKLCH | oklch(0.929 0.036 28.3) |
Copy-ready code
/* CSS */
color: #ffdfda;
background-color: #ffdfda;
/* Tailwind (arbitrary) */
class="text-[#ffdfda] bg-[#ffdfda]"
/* SCSS */
$brand: #ffdfda;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#ffdfda")Accessibility — WCAG contrast
Aa
#ffdfda on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfda on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow14.5%
Key (black)0.0%
Color previews
#ffdfda text on a black background
contrast 16.82:1
Card sample
#ffdfda text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfda;
Background color
Panel with #ffdfda background
background-color: #ffdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfda; background: linear-gradient(135deg, #ffdfda, #FFF8DA);