#f7ee2f
a balanced, electric yellow · cool · closest name: yellow
RGB
247, 238, 47
HSL
57°, 93%, 58%
CMYK
0, 4, 81, 3
Luminance
0.8113
Every format
| HEX | #f7ee2f |
| RGB | rgb(247, 238, 47) |
| HSL | hsl(57, 93%, 58%) |
| CMYK | cmyk(0%, 4%, 81%, 3%) |
| LAB | lab(92.2 -16.0 84.0) |
| LCH | lch(92.2 85.5 100.8) |
| OKLCH | oklch(0.927 0.189 106.6) |
Copy-ready code
/* CSS */
color: #f7ee2f;
background-color: #f7ee2f;
/* Tailwind (arbitrary) */
class="text-[#f7ee2f] bg-[#f7ee2f]"
/* SCSS */
$brand: #f7ee2f;
/* SwiftUI */
Color(red: 0.969, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#f7ee2f")Accessibility — WCAG contrast
Aa
#f7ee2f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ee2f on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow81.0%
Key (black)3.1%
Color previews
#f7ee2f text on a black background
contrast 17.23:1
Card sample
#f7ee2f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ee2f;
Background color
Panel with #f7ee2f background
background-color: #f7ee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ee2f; background: linear-gradient(135deg, #f7ee2f, #7BF72F);