#fda855
a light, electric orange · warm · closest name: peru
RGB
253, 168, 85
HSL
30°, 98%, 66%
CMYK
0, 34, 66, 1
Luminance
0.4954
Every format
| HEX | #fda855 |
| RGB | rgb(253, 168, 85) |
| HSL | hsl(30, 98%, 66%) |
| CMYK | cmyk(0%, 34%, 66%, 1%) |
| LAB | lab(75.8 23.9 54.5) |
| LCH | lch(75.8 59.5 66.3) |
| OKLCH | oklch(0.800 0.140 62.7) |
Copy-ready code
/* CSS */
color: #fda855;
background-color: #fda855;
/* Tailwind (arbitrary) */
class="text-[#fda855] bg-[#fda855]"
/* SCSS */
$brand: #fda855;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.333)
/* Android */
Color.parseColor("#fda855")Accessibility — WCAG contrast
Aa
#fda855 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda855 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow66.4%
Key (black)0.8%
Color previews
#fda855 text on a black background
contrast 10.91:1
Card sample
#fda855 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda855;
Background color
Panel with #fda855 background
background-color: #fda855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda855; background: linear-gradient(135deg, #fda855, #E2FD55);