#feaf6f
a light, electric orange · warm · closest name: peru
RGB
254, 175, 111
HSL
27°, 99%, 72%
CMYK
0, 31, 56, 0
Luminance
0.5288
Every format
| HEX | #feaf6f |
| RGB | rgb(254, 175, 111) |
| HSL | hsl(27, 99%, 72%) |
| CMYK | cmyk(0%, 31%, 56%, 0%) |
| LAB | lab(77.8 22.4 44.1) |
| LCH | lch(77.8 49.5 63.1) |
| OKLCH | oklch(0.817 0.123 58.9) |
Copy-ready code
/* CSS */
color: #feaf6f;
background-color: #feaf6f;
/* Tailwind (arbitrary) */
class="text-[#feaf6f] bg-[#feaf6f]"
/* SCSS */
$brand: #feaf6f;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.435)
/* Android */
Color.parseColor("#feaf6f")Accessibility — WCAG contrast
Aa
#feaf6f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf6f on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow56.3%
Key (black)0.4%
Color previews
#feaf6f text on a black background
contrast 11.58:1
Card sample
#feaf6f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf6f;
Background color
Panel with #feaf6f background
background-color: #feaf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf6f; background: linear-gradient(135deg, #feaf6f, #EEFE6F);