#feaf53
a light, electric orange · warm · closest name: peru
RGB
254, 175, 83
HSL
32°, 99%, 66%
CMYK
0, 31, 67, 0
Luminance
0.5236
Every format
| HEX | #feaf53 |
| RGB | rgb(254, 175, 83) |
| HSL | hsl(32, 99%, 66%) |
| CMYK | cmyk(0%, 31%, 67%, 0%) |
| LAB | lab(77.5 20.5 57.3) |
| LCH | lch(77.5 60.9 70.3) |
| OKLCH | oklch(0.814 0.141 67.5) |
Copy-ready code
/* CSS */
color: #feaf53;
background-color: #feaf53;
/* Tailwind (arbitrary) */
class="text-[#feaf53] bg-[#feaf53]"
/* SCSS */
$brand: #feaf53;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.325)
/* Android */
Color.parseColor("#feaf53")Accessibility — WCAG contrast
Aa
#feaf53 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf53 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow67.3%
Key (black)0.4%
Color previews
#feaf53 text on a black background
contrast 11.47:1
Card sample
#feaf53 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf53;
Background color
Panel with #feaf53 background
background-color: #feaf53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf53; background: linear-gradient(135deg, #feaf53, #DBFE53);