#feefd8
a pale, electric orange · warm · closest name: beige
RGB
254, 239, 216
HSL
36°, 95%, 92%
CMYK
0, 6, 15, 0
Luminance
0.8776
Every format
| HEX | #feefd8 |
| RGB | rgb(254, 239, 216) |
| HSL | hsl(36, 95%, 92%) |
| CMYK | cmyk(0%, 6%, 15%, 0%) |
| LAB | lab(95.1 1.4 12.9) |
| LCH | lch(95.1 13.0 84.0) |
| OKLCH | oklch(0.958 0.034 78.7) |
Copy-ready code
/* CSS */
color: #feefd8;
background-color: #feefd8;
/* Tailwind (arbitrary) */
class="text-[#feefd8] bg-[#feefd8]"
/* SCSS */
$brand: #feefd8;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#feefd8")Accessibility — WCAG contrast
Aa
#feefd8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feefd8 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow15.0%
Key (black)0.4%
Color previews
#feefd8 text on a black background
contrast 18.55:1
Card sample
#feefd8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feefd8;
Background color
Panel with #feefd8 background
background-color: #feefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feefd8; background: linear-gradient(135deg, #feefd8, #F4FED8);