#fdaf6c
a light, electric orange · warm · closest name: peru
RGB
253, 175, 108
HSL
28°, 97%, 71%
CMYK
0, 31, 57, 1
Luminance
0.5263
Every format
| HEX | #fdaf6c |
| RGB | rgb(253, 175, 108) |
| HSL | hsl(28, 97%, 71%) |
| CMYK | cmyk(0%, 31%, 57%, 1%) |
| LAB | lab(77.7 21.7 45.5) |
| LCH | lch(77.7 50.4 64.4) |
| OKLCH | oklch(0.815 0.124 60.4) |
Copy-ready code
/* CSS */
color: #fdaf6c;
background-color: #fdaf6c;
/* Tailwind (arbitrary) */
class="text-[#fdaf6c] bg-[#fdaf6c]"
/* SCSS */
$brand: #fdaf6c;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#fdaf6c")Accessibility — WCAG contrast
Aa
#fdaf6c on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf6c on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow57.3%
Key (black)0.8%
Color previews
#fdaf6c text on a black background
contrast 11.53:1
Card sample
#fdaf6c text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf6c;
Background color
Panel with #fdaf6c background
background-color: #fdaf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf6c; background: linear-gradient(135deg, #fdaf6c, #EAFD6C);