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