#fda861
a light, electric orange · warm · closest name: peru
RGB
253, 168, 97
HSL
27°, 98%, 69%
CMYK
0, 34, 62, 1
Luminance
0.4975
Every format
| HEX | #fda861 |
| RGB | rgb(253, 168, 97) |
| HSL | hsl(27, 98%, 69%) |
| CMYK | cmyk(0%, 34%, 62%, 1%) |
| LAB | lab(75.9 24.6 48.9) |
| LCH | lch(75.9 54.7 63.3) |
| OKLCH | oklch(0.801 0.133 59.1) |
Copy-ready code
/* CSS */
color: #fda861;
background-color: #fda861;
/* Tailwind (arbitrary) */
class="text-[#fda861] bg-[#fda861]"
/* SCSS */
$brand: #fda861;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.380)
/* Android */
Color.parseColor("#fda861")Accessibility — WCAG contrast
Aa
#fda861 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda861 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow61.7%
Key (black)0.8%
Color previews
#fda861 text on a black background
contrast 10.95:1
Card sample
#fda861 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda861;
Background color
Panel with #fda861 background
background-color: #fda861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda861; background: linear-gradient(135deg, #fda861, #EAFD61);