#f7eecc
a pale, vivid yellow · cool · closest name: beige
RGB
247, 238, 204
HSL
47°, 73%, 88%
CMYK
0, 4, 17, 3
Luminance
0.8528
Every format
| HEX | #f7eecc |
| RGB | rgb(247, 238, 204) |
| HSL | hsl(47, 73%, 88%) |
| CMYK | cmyk(0%, 4%, 17%, 3%) |
| LAB | lab(94.0 -2.4 17.6) |
| LCH | lch(94.0 17.7 97.8) |
| OKLCH | oklch(0.948 0.045 94.8) |
Copy-ready code
/* CSS */
color: #f7eecc;
background-color: #f7eecc;
/* Tailwind (arbitrary) */
class="text-[#f7eecc] bg-[#f7eecc]"
/* SCSS */
$brand: #f7eecc;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#f7eecc")Accessibility — WCAG contrast
Aa
#f7eecc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7eecc on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow17.4%
Key (black)3.1%
Color previews
#f7eecc text on a black background
contrast 18.06:1
Card sample
#f7eecc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7eecc;
Background color
Panel with #f7eecc background
background-color: #f7eecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7eecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7eecc; background: linear-gradient(135deg, #f7eecc, #E3F7CC);