#fdaf7b
a light, electric orange · warm · closest name: peru
RGB
253, 175, 123
HSL
24°, 97%, 74%
CMYK
0, 31, 51, 1
Luminance
0.5297
Every format
| HEX | #fdaf7b |
| RGB | rgb(253, 175, 123) |
| HSL | hsl(24, 97%, 74%) |
| CMYK | cmyk(0%, 31%, 51%, 1%) |
| LAB | lab(77.9 22.9 38.0) |
| LCH | lch(77.9 44.4 58.9) |
| OKLCH | oklch(0.818 0.114 54.1) |
Copy-ready code
/* CSS */
color: #fdaf7b;
background-color: #fdaf7b;
/* Tailwind (arbitrary) */
class="text-[#fdaf7b] bg-[#fdaf7b]"
/* SCSS */
$brand: #fdaf7b;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#fdaf7b")Accessibility — WCAG contrast
Aa
#fdaf7b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf7b on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow51.4%
Key (black)0.8%
Color previews
#fdaf7b text on a black background
contrast 11.59:1
Card sample
#fdaf7b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf7b;
Background color
Panel with #fdaf7b background
background-color: #fdaf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf7b; background: linear-gradient(135deg, #fdaf7b, #F4FD7B);