#f7ef13
a balanced, electric yellow · cool · closest name: yellow
RGB
247, 239, 19
HSL
58°, 93%, 52%
CMYK
0, 3, 92, 3
Luminance
0.8155
Every format
| HEX | #f7ef13 |
| RGB | rgb(247, 239, 19) |
| HSL | hsl(58, 93%, 52%) |
| CMYK | cmyk(0%, 3%, 92%, 3%) |
| LAB | lab(92.4 -17.0 89.1) |
| LCH | lch(92.4 90.7 100.8) |
| OKLCH | oklch(0.928 0.197 107.2) |
Copy-ready code
/* CSS */
color: #f7ef13;
background-color: #f7ef13;
/* Tailwind (arbitrary) */
class="text-[#f7ef13] bg-[#f7ef13]"
/* SCSS */
$brand: #f7ef13;
/* SwiftUI */
Color(red: 0.969, green: 0.937, blue: 0.075)
/* Android */
Color.parseColor("#f7ef13")Accessibility — WCAG contrast
Aa
#f7ef13 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ef13 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green93.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow92.3%
Key (black)3.1%
Color previews
#f7ef13 text on a black background
contrast 17.31:1
Card sample
#f7ef13 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ef13;
Background color
Panel with #f7ef13 background
background-color: #f7ef13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ef13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 239, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 239, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ef13; background: linear-gradient(135deg, #f7ef13, #67F713);