#feaf3c
a balanced, electric orange · warm · closest name: orange
RGB
254, 175, 60
HSL
36°, 99%, 62%
CMYK
0, 31, 76, 0
Luminance
0.5206
Every format
| HEX | #feaf3c |
| RGB | rgb(254, 175, 60) |
| HSL | hsl(36, 99%, 62%) |
| CMYK | cmyk(0%, 31%, 76%, 0%) |
| LAB | lab(77.3 19.5 66.8) |
| LCH | lch(77.3 69.6 73.8) |
| OKLCH | oklch(0.812 0.154 71.8) |
Copy-ready code
/* CSS */
color: #feaf3c;
background-color: #feaf3c;
/* Tailwind (arbitrary) */
class="text-[#feaf3c] bg-[#feaf3c]"
/* SCSS */
$brand: #feaf3c;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#feaf3c")Accessibility — WCAG contrast
Aa
#feaf3c on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf3c on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow76.4%
Key (black)0.4%
Color previews
#feaf3c text on a black background
contrast 11.41:1
Card sample
#feaf3c text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf3c;
Background color
Panel with #feaf3c background
background-color: #feaf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf3c; background: linear-gradient(135deg, #feaf3c, #CCFE3C);