#fdba63
a light, electric orange · warm · closest name: peru
RGB
253, 186, 99
HSL
34°, 98%, 69%
CMYK
0, 27, 61, 1
Luminance
0.5690
Every format
| HEX | #fdba63 |
| RGB | rgb(253, 186, 99) |
| HSL | hsl(34, 98%, 69%) |
| CMYK | cmyk(0%, 27%, 61%, 1%) |
| LAB | lab(80.1 15.3 52.8) |
| LCH | lch(80.1 55.0 73.8) |
| OKLCH | oklch(0.834 0.129 71.5) |
Copy-ready code
/* CSS */
color: #fdba63;
background-color: #fdba63;
/* Tailwind (arbitrary) */
class="text-[#fdba63] bg-[#fdba63]"
/* SCSS */
$brand: #fdba63;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.388)
/* Android */
Color.parseColor("#fdba63")Accessibility — WCAG contrast
Aa
#fdba63 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba63 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow60.9%
Key (black)0.8%
Color previews
#fdba63 text on a black background
contrast 12.38:1
Card sample
#fdba63 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba63;
Background color
Panel with #fdba63 background
background-color: #fdba63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba63; background: linear-gradient(135deg, #fdba63, #D9FD63);