#ffebde
a pale, electric orange · warm · closest name: ivory
RGB
255, 235, 222
HSL
24°, 100%, 94%
CMYK
0, 8, 13, 0
Luminance
0.8595
Every format
| HEX | #ffebde |
| RGB | rgb(255, 235, 222) |
| HSL | hsl(24, 100%, 94%) |
| CMYK | cmyk(0%, 8%, 13%, 0%) |
| LAB | lab(94.3 4.7 8.8) |
| LCH | lch(94.3 9.9 61.9) |
| OKLCH | oklch(0.953 0.028 55.3) |
Copy-ready code
/* CSS */
color: #ffebde;
background-color: #ffebde;
/* Tailwind (arbitrary) */
class="text-[#ffebde] bg-[#ffebde]"
/* SCSS */
$brand: #ffebde;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.871)
/* Android */
Color.parseColor("#ffebde")Accessibility — WCAG contrast
Aa
#ffebde on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebde on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow12.9%
Key (black)0.0%
Color previews
#ffebde text on a black background
contrast 18.19:1
Card sample
#ffebde text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebde;
Background color
Panel with #ffebde background
background-color: #ffebde;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebde;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebde; background: linear-gradient(135deg, #ffebde, #FDFFDE);