#feecdb
a pale, electric orange · warm · closest name: beige
RGB
254, 236, 219
HSL
29°, 95%, 93%
CMYK
0, 7, 14, 0
Luminance
0.8618
Every format
| HEX | #feecdb |
| RGB | rgb(254, 236, 219) |
| HSL | hsl(29, 95%, 93%) |
| CMYK | cmyk(0%, 7%, 14%, 0%) |
| LAB | lab(94.4 3.4 10.4) |
| LCH | lch(94.4 10.9 72.2) |
| OKLCH | oklch(0.953 0.030 65.8) |
Copy-ready code
/* CSS */
color: #feecdb;
background-color: #feecdb;
/* Tailwind (arbitrary) */
class="text-[#feecdb] bg-[#feecdb]"
/* SCSS */
$brand: #feecdb;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#feecdb")Accessibility — WCAG contrast
Aa
#feecdb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecdb on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow13.8%
Key (black)0.4%
Color previews
#feecdb text on a black background
contrast 18.24:1
Card sample
#feecdb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecdb;
Background color
Panel with #feecdb background
background-color: #feecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecdb; background: linear-gradient(135deg, #feecdb, #F9FEDB);