#fdaf8f
a light, electric orange · warm · closest name: tan
RGB
253, 175, 143
HSL
18°, 97%, 78%
CMYK
0, 31, 44, 1
Luminance
0.5353
Every format
| HEX | #fdaf8f |
| RGB | rgb(253, 175, 143) |
| HSL | hsl(18, 97%, 78%) |
| CMYK | cmyk(0%, 31%, 44%, 1%) |
| LAB | lab(78.2 24.8 27.9) |
| LCH | lch(78.2 37.4 48.3) |
| OKLCH | oklch(0.821 0.102 43.1) |
Copy-ready code
/* CSS */
color: #fdaf8f;
background-color: #fdaf8f;
/* Tailwind (arbitrary) */
class="text-[#fdaf8f] bg-[#fdaf8f]"
/* SCSS */
$brand: #fdaf8f;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#fdaf8f")Accessibility — WCAG contrast
Aa
#fdaf8f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf8f on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow43.5%
Key (black)0.8%
Color previews
#fdaf8f text on a black background
contrast 11.71:1
Card sample
#fdaf8f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf8f;
Background color
Panel with #fdaf8f background
background-color: #fdaf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf8f; background: linear-gradient(135deg, #fdaf8f, #FDF88F);