#fdaf85
a light, electric orange · warm · closest name: tan
RGB
253, 175, 133
HSL
21°, 97%, 76%
CMYK
0, 31, 47, 1
Luminance
0.5324
Every format
| HEX | #fdaf85 |
| RGB | rgb(253, 175, 133) |
| HSL | hsl(21, 97%, 76%) |
| CMYK | cmyk(0%, 31%, 47%, 1%) |
| LAB | lab(78.0 23.9 33.0) |
| LCH | lch(78.0 40.7 54.1) |
| OKLCH | oklch(0.819 0.107 49.0) |
Copy-ready code
/* CSS */
color: #fdaf85;
background-color: #fdaf85;
/* Tailwind (arbitrary) */
class="text-[#fdaf85] bg-[#fdaf85]"
/* SCSS */
$brand: #fdaf85;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.522)
/* Android */
Color.parseColor("#fdaf85")Accessibility — WCAG contrast
Aa
#fdaf85 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf85 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow47.4%
Key (black)0.8%
Color previews
#fdaf85 text on a black background
contrast 11.65:1
Card sample
#fdaf85 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf85;
Background color
Panel with #fdaf85 background
background-color: #fdaf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf85; background: linear-gradient(135deg, #fdaf85, #FBFD85);