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