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