#fee7c7
a pale, electric orange · warm · closest name: beige
RGB
254, 231, 199
HSL
35°, 97%, 89%
CMYK
0, 9, 22, 0
Luminance
0.8235
Every format
| HEX | #fee7c7 |
| RGB | rgb(254, 231, 199) |
| HSL | hsl(35, 97%, 89%) |
| CMYK | cmyk(0%, 9%, 22%, 0%) |
| LAB | lab(92.7 3.0 18.4) |
| LCH | lch(92.7 18.7 80.9) |
| OKLCH | oklch(0.939 0.049 76.1) |
Copy-ready code
/* CSS */
color: #fee7c7;
background-color: #fee7c7;
/* Tailwind (arbitrary) */
class="text-[#fee7c7] bg-[#fee7c7]"
/* SCSS */
$brand: #fee7c7;
/* SwiftUI */
Color(red: 0.996, green: 0.906, blue: 0.780)
/* Android */
Color.parseColor("#fee7c7")Accessibility — WCAG contrast
Aa
#fee7c7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee7c7 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green90.6%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow21.7%
Key (black)0.4%
Color previews
#fee7c7 text on a black background
contrast 17.47:1
Card sample
#fee7c7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee7c7;
Background color
Panel with #fee7c7 background
background-color: #fee7c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee7c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 231, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 231, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee7c7; background: linear-gradient(135deg, #fee7c7, #F0FEC7);