#fdaf63
a light, electric orange · warm · closest name: peru
RGB
253, 175, 99
HSL
30°, 98%, 69%
CMYK
0, 31, 61, 1
Luminance
0.5244
Every format
| HEX | #fdaf63 |
| RGB | rgb(253, 175, 99) |
| HSL | hsl(30, 98%, 69%) |
| CMYK | cmyk(0%, 31%, 61%, 1%) |
| LAB | lab(77.5 21.1 49.8) |
| LCH | lch(77.5 54.1 67.0) |
| OKLCH | oklch(0.814 0.130 63.5) |
Copy-ready code
/* CSS */
color: #fdaf63;
background-color: #fdaf63;
/* Tailwind (arbitrary) */
class="text-[#fdaf63] bg-[#fdaf63]"
/* SCSS */
$brand: #fdaf63;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.388)
/* Android */
Color.parseColor("#fdaf63")Accessibility — WCAG contrast
Aa
#fdaf63 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf63 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow60.9%
Key (black)0.8%
Color previews
#fdaf63 text on a black background
contrast 11.49:1
Card sample
#fdaf63 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf63;
Background color
Panel with #fdaf63 background
background-color: #fdaf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf63; background: linear-gradient(135deg, #fdaf63, #E4FD63);