#fdc2ae
a light, electric orange · warm · closest name: pink
RGB
253, 194, 174
HSL
15°, 95%, 84%
CMYK
0, 23, 31, 1
Luminance
0.6252
Every format
| HEX | #fdc2ae |
| RGB | rgb(253, 194, 174) |
| HSL | hsl(15, 95%, 84%) |
| CMYK | cmyk(0%, 23%, 31%, 1%) |
| LAB | lab(83.2 18.4 18.2) |
| LCH | lch(83.2 25.9 44.7) |
| OKLCH | oklch(0.862 0.073 39.5) |
Copy-ready code
/* CSS */
color: #fdc2ae;
background-color: #fdc2ae;
/* Tailwind (arbitrary) */
class="text-[#fdc2ae] bg-[#fdc2ae]"
/* SCSS */
$brand: #fdc2ae;
/* SwiftUI */
Color(red: 0.992, green: 0.761, blue: 0.682)
/* Android */
Color.parseColor("#fdc2ae")Accessibility — WCAG contrast
Aa
#fdc2ae on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc2ae on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow31.2%
Key (black)0.8%
Color previews
#fdc2ae text on a black background
contrast 13.50:1
Card sample
#fdc2ae text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc2ae;
Background color
Panel with #fdc2ae background
background-color: #fdc2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 194, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 194, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc2ae; background: linear-gradient(135deg, #fdc2ae, #FDF7AE);