#feeac3
a pale, electric orange · warm · closest name: beige
RGB
254, 234, 195
HSL
40°, 97%, 88%
CMYK
0, 8, 23, 0
Luminance
0.8386
Every format
| HEX | #feeac3 |
| RGB | rgb(254, 234, 195) |
| HSL | hsl(40, 97%, 88%) |
| CMYK | cmyk(0%, 8%, 23%, 0%) |
| LAB | lab(93.4 0.9 21.4) |
| LCH | lch(93.4 21.4 87.7) |
| OKLCH | oklch(0.943 0.055 84.0) |
Copy-ready code
/* CSS */
color: #feeac3;
background-color: #feeac3;
/* Tailwind (arbitrary) */
class="text-[#feeac3] bg-[#feeac3]"
/* SCSS */
$brand: #feeac3;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.765)
/* Android */
Color.parseColor("#feeac3")Accessibility — WCAG contrast
Aa
#feeac3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeac3 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow23.2%
Key (black)0.4%
Color previews
#feeac3 text on a black background
contrast 17.77:1
Card sample
#feeac3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeac3;
Background color
Panel with #feeac3 background
background-color: #feeac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeac3; background: linear-gradient(135deg, #feeac3, #EBFEC3);