#fec2ae
a light, electric orange · warm · closest name: pink
RGB
254, 194, 174
HSL
15°, 98%, 84%
CMYK
0, 24, 32, 0
Luminance
0.6271
Every format
| HEX | #fec2ae |
| RGB | rgb(254, 194, 174) |
| HSL | hsl(15, 98%, 84%) |
| CMYK | cmyk(0%, 24%, 32%, 0%) |
| LAB | lab(83.3 18.8 18.4) |
| LCH | lch(83.3 26.3 44.4) |
| OKLCH | oklch(0.863 0.075 39.2) |
Copy-ready code
/* CSS */
color: #fec2ae;
background-color: #fec2ae;
/* Tailwind (arbitrary) */
class="text-[#fec2ae] bg-[#fec2ae]"
/* SCSS */
$brand: #fec2ae;
/* SwiftUI */
Color(red: 0.996, green: 0.761, blue: 0.682)
/* Android */
Color.parseColor("#fec2ae")Accessibility — WCAG contrast
Aa
#fec2ae on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec2ae on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow31.5%
Key (black)0.4%
Color previews
#fec2ae text on a black background
contrast 13.54:1
Card sample
#fec2ae text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec2ae;
Background color
Panel with #fec2ae background
background-color: #fec2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 194, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 194, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec2ae; background: linear-gradient(135deg, #fec2ae, #FEF7AE);