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