#fee7ba
a pale, electric orange · warm · closest name: beige
RGB
254, 231, 186
HSL
40°, 97%, 86%
CMYK
0, 9, 27, 0
Luminance
0.8177
Every format
| HEX | #fee7ba |
| RGB | rgb(254, 231, 186) |
| HSL | hsl(40, 97%, 86%) |
| CMYK | cmyk(0%, 9%, 27%, 0%) |
| LAB | lab(92.5 1.2 24.8) |
| LCH | lch(92.5 24.8 87.3) |
| OKLCH | oklch(0.936 0.063 84.0) |
Copy-ready code
/* CSS */
color: #fee7ba;
background-color: #fee7ba;
/* Tailwind (arbitrary) */
class="text-[#fee7ba] bg-[#fee7ba]"
/* SCSS */
$brand: #fee7ba;
/* SwiftUI */
Color(red: 0.996, green: 0.906, blue: 0.729)
/* Android */
Color.parseColor("#fee7ba")Accessibility — WCAG contrast
Aa
#fee7ba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee7ba on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green90.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow26.8%
Key (black)0.4%
Color previews
#fee7ba text on a black background
contrast 17.35:1
Card sample
#fee7ba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee7ba;
Background color
Panel with #fee7ba background
background-color: #fee7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 231, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 231, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee7ba; background: linear-gradient(135deg, #fee7ba, #E8FEBA);