#fda892
a light, electric red · warm · closest name: salmon
RGB
253, 168, 146
HSL
12°, 96%, 78%
CMYK
0, 34, 42, 1
Luminance
0.5096
Every format
| HEX | #fda892 |
| RGB | rgb(253, 168, 146) |
| HSL | hsl(12, 96%, 78%) |
| CMYK | cmyk(0%, 34%, 42%, 1%) |
| LAB | lab(76.7 28.8 24.2) |
| LCH | lch(76.7 37.6 40.1) |
| OKLCH | oklch(0.810 0.106 35.2) |
Copy-ready code
/* CSS */
color: #fda892;
background-color: #fda892;
/* Tailwind (arbitrary) */
class="text-[#fda892] bg-[#fda892]"
/* SCSS */
$brand: #fda892;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.573)
/* Android */
Color.parseColor("#fda892")Accessibility — WCAG contrast
Aa
#fda892 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda892 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow42.3%
Key (black)0.8%
Color previews
#fda892 text on a black background
contrast 11.19:1
Card sample
#fda892 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda892;
Background color
Panel with #fda892 background
background-color: #fda892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda892; background: linear-gradient(135deg, #fda892, #FDEF92);