#f0a864
a light, electric orange · warm · closest name: peru
RGB
240, 168, 100
HSL
29°, 82%, 67%
CMYK
0, 30, 58, 6
Luminance
0.4745
Every format
| HEX | #f0a864 |
| RGB | rgb(240, 168, 100) |
| HSL | hsl(29, 82%, 67%) |
| CMYK | cmyk(0%, 30%, 58%, 6%) |
| LAB | lab(74.5 19.6 45.3) |
| LCH | lch(74.5 49.4 66.6) |
| OKLCH | oklch(0.787 0.120 63.0) |
Copy-ready code
/* CSS */
color: #f0a864;
background-color: #f0a864;
/* Tailwind (arbitrary) */
class="text-[#f0a864] bg-[#f0a864]"
/* SCSS */
$brand: #f0a864;
/* SwiftUI */
Color(red: 0.941, green: 0.659, blue: 0.392)
/* Android */
Color.parseColor("#f0a864")Accessibility — WCAG contrast
Aa
#f0a864 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0a864 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green65.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow58.3%
Key (black)5.9%
Color previews
#f0a864 text on a black background
contrast 10.49:1
Card sample
#f0a864 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0a864;
Background color
Panel with #f0a864 background
background-color: #f0a864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0a864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 168, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 168, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0a864; background: linear-gradient(135deg, #f0a864, #DBF064);