#f7b913
a balanced, electric yellow · warm · closest name: orange
RGB
247, 185, 19
HSL
44°, 93%, 52%
CMYK
0, 25, 92, 3
Luminance
0.5452
Every format
| HEX | #f7b913 |
| RGB | rgb(247, 185, 19) |
| HSL | hsl(44, 93%, 52%) |
| CMYK | cmyk(0%, 25%, 92%, 3%) |
| LAB | lab(78.8 10.3 78.9) |
| LCH | lch(78.8 79.6 82.6) |
| OKLCH | oklch(0.821 0.166 83.6) |
Copy-ready code
/* CSS */
color: #f7b913;
background-color: #f7b913;
/* Tailwind (arbitrary) */
class="text-[#f7b913] bg-[#f7b913]"
/* SCSS */
$brand: #f7b913;
/* SwiftUI */
Color(red: 0.969, green: 0.725, blue: 0.075)
/* Android */
Color.parseColor("#f7b913")Accessibility — WCAG contrast
Aa
#f7b913 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b913 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green72.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow92.3%
Key (black)3.1%
Color previews
#f7b913 text on a black background
contrast 11.90:1
Card sample
#f7b913 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b913;
Background color
Panel with #f7b913 background
background-color: #f7b913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 185, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 185, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b913; background: linear-gradient(135deg, #f7b913, #9DF713);