#ffa864
a light, electric orange · warm · closest name: peru
RGB
255, 168, 100
HSL
26°, 100%, 70%
CMYK
0, 34, 61, 0
Luminance
0.5019
Every format
| HEX | #ffa864 |
| RGB | rgb(255, 168, 100) |
| HSL | hsl(26, 100%, 70%) |
| CMYK | cmyk(0%, 34%, 61%, 0%) |
| LAB | lab(76.2 25.6 47.8) |
| LCH | lch(76.2 54.2 61.8) |
| OKLCH | oklch(0.804 0.133 57.4) |
Copy-ready code
/* CSS */
color: #ffa864;
background-color: #ffa864;
/* Tailwind (arbitrary) */
class="text-[#ffa864] bg-[#ffa864]"
/* SCSS */
$brand: #ffa864;
/* SwiftUI */
Color(red: 1.000, green: 0.659, blue: 0.392)
/* Android */
Color.parseColor("#ffa864")Accessibility — WCAG contrast
Aa
#ffa864 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa864 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow60.8%
Key (black)0.0%
Color previews
#ffa864 text on a black background
contrast 11.04:1
Card sample
#ffa864 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa864;
Background color
Panel with #ffa864 background
background-color: #ffa864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 168, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 168, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa864; background: linear-gradient(135deg, #ffa864, #EFFF64);