#feaf1c
a balanced, electric orange · warm · closest name: orange
RGB
254, 175, 28
HSL
39°, 99%, 55%
CMYK
0, 31, 89, 0
Luminance
0.5181
Every format
| HEX | #feaf1c |
| RGB | rgb(254, 175, 28) |
| HSL | hsl(39, 99%, 55%) |
| CMYK | cmyk(0%, 31%, 89%, 0%) |
| LAB | lab(77.2 18.6 76.4) |
| LCH | lch(77.2 78.7 76.3) |
| OKLCH | oklch(0.810 0.166 75.1) |
Copy-ready code
/* CSS */
color: #feaf1c;
background-color: #feaf1c;
/* Tailwind (arbitrary) */
class="text-[#feaf1c] bg-[#feaf1c]"
/* SCSS */
$brand: #feaf1c;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.110)
/* Android */
Color.parseColor("#feaf1c")Accessibility — WCAG contrast
Aa
#feaf1c on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf1c on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow89.0%
Key (black)0.4%
Color previews
#feaf1c text on a black background
contrast 11.36:1
Card sample
#feaf1c text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf1c;
Background color
Panel with #feaf1c background
background-color: #feaf1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf1c; background: linear-gradient(135deg, #feaf1c, #B6FE1C);