#fda261
a light, electric orange · warm · closest name: peru
RGB
253, 162, 97
HSL
25°, 98%, 69%
CMYK
0, 36, 62, 1
Luminance
0.4759
Every format
| HEX | #fda261 |
| RGB | rgb(253, 162, 97) |
| HSL | hsl(25, 98%, 69%) |
| CMYK | cmyk(0%, 36%, 62%, 1%) |
| LAB | lab(74.6 27.8 47.3) |
| LCH | lch(74.6 54.8 59.6) |
| OKLCH | oklch(0.791 0.135 54.9) |
Copy-ready code
/* CSS */
color: #fda261;
background-color: #fda261;
/* Tailwind (arbitrary) */
class="text-[#fda261] bg-[#fda261]"
/* SCSS */
$brand: #fda261;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.380)
/* Android */
Color.parseColor("#fda261")Accessibility — WCAG contrast
Aa
#fda261 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda261 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow61.7%
Key (black)0.8%
Color previews
#fda261 text on a black background
contrast 10.52:1
Card sample
#fda261 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda261;
Background color
Panel with #fda261 background
background-color: #fda261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda261; background: linear-gradient(135deg, #fda261, #F0FD61);