#fda367
a light, electric orange · warm · closest name: peru
RGB
253, 163, 103
HSL
24°, 97%, 70%
CMYK
0, 36, 59, 1
Luminance
0.4806
Every format
| HEX | #fda367 |
| RGB | rgb(253, 163, 103) |
| HSL | hsl(24, 97%, 70%) |
| CMYK | cmyk(0%, 36%, 59%, 1%) |
| LAB | lab(74.9 27.7 44.6) |
| LCH | lch(74.9 52.5 58.2) |
| OKLCH | oklch(0.794 0.131 53.4) |
Copy-ready code
/* CSS */
color: #fda367;
background-color: #fda367;
/* Tailwind (arbitrary) */
class="text-[#fda367] bg-[#fda367]"
/* SCSS */
$brand: #fda367;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.404)
/* Android */
Color.parseColor("#fda367")Accessibility — WCAG contrast
Aa
#fda367 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda367 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow59.3%
Key (black)0.8%
Color previews
#fda367 text on a black background
contrast 10.61:1
Card sample
#fda367 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda367;
Background color
Panel with #fda367 background
background-color: #fda367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda367; background: linear-gradient(135deg, #fda367, #F3FD67);