#fda868
a light, electric orange · warm · closest name: peru
RGB
253, 168, 104
HSL
26°, 97%, 70%
CMYK
0, 34, 59, 1
Luminance
0.4989
Every format
| HEX | #fda868 |
| RGB | rgb(253, 168, 104) |
| HSL | hsl(26, 97%, 70%) |
| CMYK | cmyk(0%, 34%, 59%, 1%) |
| LAB | lab(76.0 25.1 45.5) |
| LCH | lch(76.0 51.9 61.1) |
| OKLCH | oklch(0.802 0.129 56.6) |
Copy-ready code
/* CSS */
color: #fda868;
background-color: #fda868;
/* Tailwind (arbitrary) */
class="text-[#fda868] bg-[#fda868]"
/* SCSS */
$brand: #fda868;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.408)
/* Android */
Color.parseColor("#fda868")Accessibility — WCAG contrast
Aa
#fda868 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda868 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow58.9%
Key (black)0.8%
Color previews
#fda868 text on a black background
contrast 10.98:1
Card sample
#fda868 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda868;
Background color
Panel with #fda868 background
background-color: #fda868;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda868;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda868; background: linear-gradient(135deg, #fda868, #EFFD68);