#feeacf
a pale, electric orange · warm · closest name: beige
RGB
254, 234, 207
HSL
35°, 96%, 90%
CMYK
0, 8, 19, 0
Luminance
0.8442
Every format
| HEX | #feeacf |
| RGB | rgb(254, 234, 207) |
| HSL | hsl(35, 96%, 90%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(93.6 2.6 15.6) |
| LCH | lch(93.6 15.8 80.6) |
| OKLCH | oklch(0.946 0.042 75.4) |
Copy-ready code
/* CSS */
color: #feeacf;
background-color: #feeacf;
/* Tailwind (arbitrary) */
class="text-[#feeacf] bg-[#feeacf]"
/* SCSS */
$brand: #feeacf;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#feeacf")Accessibility — WCAG contrast
Aa
#feeacf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeacf on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow18.5%
Key (black)0.4%
Color previews
#feeacf text on a black background
contrast 17.88:1
Card sample
#feeacf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeacf;
Background color
Panel with #feeacf background
background-color: #feeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeacf; background: linear-gradient(135deg, #feeacf, #F3FECF);