#feaf95
a light, electric red · warm · closest name: tan
RGB
254, 175, 149
HSL
15°, 98%, 79%
CMYK
0, 31, 41, 0
Luminance
0.5390
Every format
| HEX | #feaf95 |
| RGB | rgb(254, 175, 149) |
| HSL | hsl(15, 98%, 79%) |
| CMYK | cmyk(0%, 31%, 41%, 0%) |
| LAB | lab(78.4 25.8 25.0) |
| LCH | lch(78.4 36.0 44.1) |
| OKLCH | oklch(0.824 0.100 39.0) |
Copy-ready code
/* CSS */
color: #feaf95;
background-color: #feaf95;
/* Tailwind (arbitrary) */
class="text-[#feaf95] bg-[#feaf95]"
/* SCSS */
$brand: #feaf95;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#feaf95")Accessibility — WCAG contrast
Aa
#feaf95 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf95 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow41.3%
Key (black)0.4%
Color previews
#feaf95 text on a black background
contrast 11.78:1
Card sample
#feaf95 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf95;
Background color
Panel with #feaf95 background
background-color: #feaf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf95; background: linear-gradient(135deg, #feaf95, #FEF595);