#f7edab
a light, electric yellow · cool · closest name: khaki
RGB
247, 237, 171
HSL
52°, 83%, 82%
CMYK
0, 4, 31, 3
Luminance
0.8328
Every format
| HEX | #f7edab |
| RGB | rgb(247, 237, 171) |
| HSL | hsl(52, 83%, 82%) |
| CMYK | cmyk(0%, 4%, 31%, 3%) |
| LAB | lab(93.1 -6.4 33.3) |
| LCH | lch(93.1 33.9 100.8) |
| OKLCH | oklch(0.939 0.085 100.5) |
Copy-ready code
/* CSS */
color: #f7edab;
background-color: #f7edab;
/* Tailwind (arbitrary) */
class="text-[#f7edab] bg-[#f7edab]"
/* SCSS */
$brand: #f7edab;
/* SwiftUI */
Color(red: 0.969, green: 0.929, blue: 0.671)
/* Android */
Color.parseColor("#f7edab")Accessibility — WCAG contrast
Aa
#f7edab on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7edab on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow30.8%
Key (black)3.1%
Color previews
#f7edab text on a black background
contrast 17.66:1
Card sample
#f7edab text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7edab;
Background color
Panel with #f7edab background
background-color: #f7edab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7edab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 237, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 237, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7edab; background: linear-gradient(135deg, #f7edab, #CEF7AB);