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