#fdaf8c
a light, electric orange · warm · closest name: tan
RGB
253, 175, 140
HSL
19°, 97%, 77%
CMYK
0, 31, 45, 1
Luminance
0.5344
Every format
| HEX | #fdaf8c |
| RGB | rgb(253, 175, 140) |
| HSL | hsl(19, 97%, 77%) |
| CMYK | cmyk(0%, 31%, 45%, 1%) |
| LAB | lab(78.1 24.5 29.4) |
| LCH | lch(78.1 38.3 50.2) |
| OKLCH | oklch(0.821 0.103 45.0) |
Copy-ready code
/* CSS */
color: #fdaf8c;
background-color: #fdaf8c;
/* Tailwind (arbitrary) */
class="text-[#fdaf8c] bg-[#fdaf8c]"
/* SCSS */
$brand: #fdaf8c;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#fdaf8c")Accessibility — WCAG contrast
Aa
#fdaf8c on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf8c on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow44.7%
Key (black)0.8%
Color previews
#fdaf8c text on a black background
contrast 11.69:1
Card sample
#fdaf8c text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf8c;
Background color
Panel with #fdaf8c background
background-color: #fdaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf8c; background: linear-gradient(135deg, #fdaf8c, #FDFA8C);