#ffebe4
a pale, electric orange · warm · closest name: ivory
RGB
255, 235, 228
HSL
16°, 100%, 95%
CMYK
0, 8, 11, 0
Luminance
0.8628
Every format
| HEX | #ffebe4 |
| RGB | rgb(255, 235, 228) |
| HSL | hsl(16, 100%, 95%) |
| CMYK | cmyk(0%, 8%, 11%, 0%) |
| LAB | lab(94.4 5.6 5.8) |
| LCH | lch(94.4 8.1 46.0) |
| OKLCH | oklch(0.954 0.024 40.3) |
Copy-ready code
/* CSS */
color: #ffebe4;
background-color: #ffebe4;
/* Tailwind (arbitrary) */
class="text-[#ffebe4] bg-[#ffebe4]"
/* SCSS */
$brand: #ffebe4;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.894)
/* Android */
Color.parseColor("#ffebe4")Accessibility — WCAG contrast
Aa
#ffebe4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebe4 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow10.6%
Key (black)0.0%
Color previews
#ffebe4 text on a black background
contrast 18.26:1
Card sample
#ffebe4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebe4;
Background color
Panel with #ffebe4 background
background-color: #ffebe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebe4; background: linear-gradient(135deg, #ffebe4, #FFFDE4);