#fdb365
a light, electric orange · warm · closest name: peru
RGB
253, 179, 101
HSL
31°, 97%, 69%
CMYK
0, 29, 60, 1
Luminance
0.5406
Every format
| HEX | #fdb365 |
| RGB | rgb(253, 179, 101) |
| HSL | hsl(31, 97%, 69%) |
| CMYK | cmyk(0%, 29%, 60%, 1%) |
| LAB | lab(78.5 19.1 49.9) |
| LCH | lch(78.5 53.5 69.0) |
| OKLCH | oklch(0.822 0.128 65.8) |
Copy-ready code
/* CSS */
color: #fdb365;
background-color: #fdb365;
/* Tailwind (arbitrary) */
class="text-[#fdb365] bg-[#fdb365]"
/* SCSS */
$brand: #fdb365;
/* SwiftUI */
Color(red: 0.992, green: 0.702, blue: 0.396)
/* Android */
Color.parseColor("#fdb365")Accessibility — WCAG contrast
Aa
#fdb365 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb365 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow60.1%
Key (black)0.8%
Color previews
#fdb365 text on a black background
contrast 11.81:1
Card sample
#fdb365 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb365;
Background color
Panel with #fdb365 background
background-color: #fdb365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 179, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 179, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb365; background: linear-gradient(135deg, #fdb365, #E2FD65);