#fdebe0
a pale, electric orange · warm · closest name: ivory
RGB
253, 235, 224
HSL
23°, 88%, 94%
CMYK
0, 7, 12, 1
Luminance
0.8568
Every format
| HEX | #fdebe0 |
| RGB | rgb(253, 235, 224) |
| HSL | hsl(23, 88%, 94%) |
| CMYK | cmyk(0%, 7%, 12%, 1%) |
| LAB | lab(94.2 4.3 7.5) |
| LCH | lch(94.2 8.7 60.3) |
| OKLCH | oklch(0.951 0.025 53.7) |
Copy-ready code
/* CSS */
color: #fdebe0;
background-color: #fdebe0;
/* Tailwind (arbitrary) */
class="text-[#fdebe0] bg-[#fdebe0]"
/* SCSS */
$brand: #fdebe0;
/* SwiftUI */
Color(red: 0.992, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#fdebe0")Accessibility — WCAG contrast
Aa
#fdebe0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdebe0 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.2%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow11.5%
Key (black)0.8%
Color previews
#fdebe0 text on a black background
contrast 18.14:1
Card sample
#fdebe0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdebe0;
Background color
Panel with #fdebe0 background
background-color: #fdebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdebe0; background: linear-gradient(135deg, #fdebe0, #FCFDE0);