#feecd2
a pale, electric orange · warm · closest name: beige
RGB
254, 236, 210
HSL
36°, 96%, 91%
CMYK
0, 7, 17, 0
Luminance
0.8571
Every format
| HEX | #feecd2 |
| RGB | rgb(254, 236, 210) |
| HSL | hsl(36, 96%, 91%) |
| CMYK | cmyk(0%, 7%, 17%, 0%) |
| LAB | lab(94.2 2.0 14.8) |
| LCH | lch(94.2 14.9 82.3) |
| OKLCH | oklch(0.951 0.039 77.2) |
Copy-ready code
/* CSS */
color: #feecd2;
background-color: #feecd2;
/* Tailwind (arbitrary) */
class="text-[#feecd2] bg-[#feecd2]"
/* SCSS */
$brand: #feecd2;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.824)
/* Android */
Color.parseColor("#feecd2")Accessibility — WCAG contrast
Aa
#feecd2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecd2 on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow17.3%
Key (black)0.4%
Color previews
#feecd2 text on a black background
contrast 18.14:1
Card sample
#feecd2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecd2;
Background color
Panel with #feecd2 background
background-color: #feecd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecd2; background: linear-gradient(135deg, #feecd2, #F3FED2);