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