#fdefdc
a pale, electric orange · warm · closest name: beige
RGB
253, 239, 220
HSL
35°, 89%, 93%
CMYK
0, 6, 13, 1
Luminance
0.8778
Every format
| HEX | #fdefdc |
| RGB | rgb(253, 239, 220) |
| HSL | hsl(35, 89%, 93%) |
| CMYK | cmyk(0%, 6%, 13%, 1%) |
| LAB | lab(95.1 1.6 10.9) |
| LCH | lch(95.1 11.0 81.5) |
| OKLCH | oklch(0.958 0.029 75.7) |
Copy-ready code
/* CSS */
color: #fdefdc;
background-color: #fdefdc;
/* Tailwind (arbitrary) */
class="text-[#fdefdc] bg-[#fdefdc]"
/* SCSS */
$brand: #fdefdc;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.863)
/* Android */
Color.parseColor("#fdefdc")Accessibility — WCAG contrast
Aa
#fdefdc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdefdc on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow13.0%
Key (black)0.8%
Color previews
#fdefdc text on a black background
contrast 18.56:1
Card sample
#fdefdc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdefdc;
Background color
Panel with #fdefdc background
background-color: #fdefdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdefdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdefdc; background: linear-gradient(135deg, #fdefdc, #F5FDDC);