#fdac65
a light, electric orange · warm · closest name: peru
RGB
253, 172, 101
HSL
28°, 97%, 69%
CMYK
0, 32, 60, 1
Luminance
0.5133
Every format
| HEX | #fdac65 |
| RGB | rgb(253, 172, 101) |
| HSL | hsl(28, 97%, 69%) |
| CMYK | cmyk(0%, 32%, 60%, 1%) |
| LAB | lab(76.9 22.8 48.0) |
| LCH | lch(76.9 53.2 64.6) |
| OKLCH | oklch(0.809 0.129 60.6) |
Copy-ready code
/* CSS */
color: #fdac65;
background-color: #fdac65;
/* Tailwind (arbitrary) */
class="text-[#fdac65] bg-[#fdac65]"
/* SCSS */
$brand: #fdac65;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.396)
/* Android */
Color.parseColor("#fdac65")Accessibility — WCAG contrast
Aa
#fdac65 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac65 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow60.1%
Key (black)0.8%
Color previews
#fdac65 text on a black background
contrast 11.27:1
Card sample
#fdac65 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac65;
Background color
Panel with #fdac65 background
background-color: #fdac65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac65; background: linear-gradient(135deg, #fdac65, #E9FD65);