#ffeacb
a pale, electric orange · warm · closest name: beige
RGB
255, 234, 203
HSL
36°, 100%, 90%
CMYK
0, 8, 20, 0
Luminance
0.8442
Every format
| HEX | #ffeacb |
| RGB | rgb(255, 234, 203) |
| HSL | hsl(36, 100%, 90%) |
| CMYK | cmyk(0%, 8%, 20%, 0%) |
| LAB | lab(93.6 2.4 17.7) |
| LCH | lch(93.6 17.8 82.4) |
| OKLCH | oklch(0.946 0.047 77.6) |
Copy-ready code
/* CSS */
color: #ffeacb;
background-color: #ffeacb;
/* Tailwind (arbitrary) */
class="text-[#ffeacb] bg-[#ffeacb]"
/* SCSS */
$brand: #ffeacb;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.796)
/* Android */
Color.parseColor("#ffeacb")Accessibility — WCAG contrast
Aa
#ffeacb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeacb on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow20.4%
Key (black)0.0%
Color previews
#ffeacb text on a black background
contrast 17.88:1
Card sample
#ffeacb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeacb;
Background color
Panel with #ffeacb background
background-color: #ffeacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeacb; background: linear-gradient(135deg, #ffeacb, #F1FFCB);