#ffdfd6
a pale, electric red · warm · closest name: ivory
RGB
255, 223, 214
HSL
13°, 100%, 92%
CMYK
0, 13, 16, 0
Luminance
0.7889
Every format
| HEX | #ffdfd6 |
| RGB | rgb(255, 223, 214) |
| HSL | hsl(13, 100%, 92%) |
| CMYK | cmyk(0%, 13%, 16%, 0%) |
| LAB | lab(91.2 9.6 8.5) |
| LCH | lch(91.2 12.8 41.3) |
| OKLCH | oklch(0.928 0.038 36.2) |
Copy-ready code
/* CSS */
color: #ffdfd6;
background-color: #ffdfd6;
/* Tailwind (arbitrary) */
class="text-[#ffdfd6] bg-[#ffdfd6]"
/* SCSS */
$brand: #ffdfd6;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.839)
/* Android */
Color.parseColor("#ffdfd6")Accessibility — WCAG contrast
Aa
#ffdfd6 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfd6 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow16.1%
Key (black)0.0%
Color previews
#ffdfd6 text on a black background
contrast 16.78:1
Card sample
#ffdfd6 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfd6;
Background color
Panel with #ffdfd6 background
background-color: #ffdfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfd6; background: linear-gradient(135deg, #ffdfd6, #FFFAD6);