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