#feaf06
a balanced, electric yellow · warm · closest name: orange
RGB
254, 175, 6
HSL
41°, 99%, 51%
CMYK
0, 31, 98, 0
Luminance
0.5174
Every format
| HEX | #feaf06 |
| RGB | rgb(254, 175, 6) |
| HSL | hsl(41, 99%, 51%) |
| CMYK | cmyk(0%, 31%, 98%, 0%) |
| LAB | lab(77.1 18.3 79.7) |
| LCH | lch(77.1 81.8 77.0) |
| OKLCH | oklch(0.810 0.169 76.1) |
Copy-ready code
/* CSS */
color: #feaf06;
background-color: #feaf06;
/* Tailwind (arbitrary) */
class="text-[#feaf06] bg-[#feaf06]"
/* SCSS */
$brand: #feaf06;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.024)
/* Android */
Color.parseColor("#feaf06")Accessibility — WCAG contrast
Aa
#feaf06 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf06 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow97.6%
Key (black)0.4%
Color previews
#feaf06 text on a black background
contrast 11.35:1
Card sample
#feaf06 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf06;
Background color
Panel with #feaf06 background
background-color: #feaf06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf06; background: linear-gradient(135deg, #feaf06, #A8FE06);