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