#feeccb
a pale, electric orange · warm · closest name: beige
RGB
254, 236, 203
HSL
39°, 96%, 90%
CMYK
0, 7, 20, 0
Luminance
0.8537
Every format
| HEX | #feeccb |
| RGB | rgb(254, 236, 203) |
| HSL | hsl(39, 96%, 90%) |
| CMYK | cmyk(0%, 7%, 20%, 0%) |
| LAB | lab(94.0 1.0 18.2) |
| LCH | lch(94.0 18.3 87.0) |
| OKLCH | oklch(0.949 0.047 82.7) |
Copy-ready code
/* CSS */
color: #feeccb;
background-color: #feeccb;
/* Tailwind (arbitrary) */
class="text-[#feeccb] bg-[#feeccb]"
/* SCSS */
$brand: #feeccb;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#feeccb")Accessibility — WCAG contrast
Aa
#feeccb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeccb on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow20.1%
Key (black)0.4%
Color previews
#feeccb text on a black background
contrast 18.07:1
Card sample
#feeccb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeccb;
Background color
Panel with #feeccb background
background-color: #feeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeccb; background: linear-gradient(135deg, #feeccb, #EEFECB);