#ffeacf
a pale, electric orange · warm · closest name: beige
RGB
255, 234, 207
HSL
34°, 100%, 91%
CMYK
0, 8, 19, 0
Luminance
0.8461
Every format
| HEX | #ffeacf |
| RGB | rgb(255, 234, 207) |
| HSL | hsl(34, 100%, 91%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(93.7 2.9 15.7) |
| LCH | lch(93.7 16.0 79.4) |
| OKLCH | oklch(0.947 0.042 74.2) |
Copy-ready code
/* CSS */
color: #ffeacf;
background-color: #ffeacf;
/* Tailwind (arbitrary) */
class="text-[#ffeacf] bg-[#ffeacf]"
/* SCSS */
$brand: #ffeacf;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#ffeacf")Accessibility — WCAG contrast
Aa
#ffeacf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeacf on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ffeacf text on a black background
contrast 17.92:1
Card sample
#ffeacf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeacf;
Background color
Panel with #ffeacf background
background-color: #ffeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeacf; background: linear-gradient(135deg, #ffeacf, #F4FFCF);