#feaf65
a light, electric orange · warm · closest name: peru
RGB
254, 175, 101
HSL
29°, 99%, 70%
CMYK
0, 31, 60, 0
Luminance
0.5267
Every format
| HEX | #feaf65 |
| RGB | rgb(254, 175, 101) |
| HSL | hsl(29, 99%, 70%) |
| CMYK | cmyk(0%, 31%, 60%, 0%) |
| LAB | lab(77.7 21.6 49.0) |
| LCH | lch(77.7 53.6 66.2) |
| OKLCH | oklch(0.816 0.129 62.5) |
Copy-ready code
/* CSS */
color: #feaf65;
background-color: #feaf65;
/* Tailwind (arbitrary) */
class="text-[#feaf65] bg-[#feaf65]"
/* SCSS */
$brand: #feaf65;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.396)
/* Android */
Color.parseColor("#feaf65")Accessibility — WCAG contrast
Aa
#feaf65 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf65 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow60.2%
Key (black)0.4%
Color previews
#feaf65 text on a black background
contrast 11.53:1
Card sample
#feaf65 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf65;
Background color
Panel with #feaf65 background
background-color: #feaf65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf65; background: linear-gradient(135deg, #feaf65, #E7FE65);