#ffac64
a light, electric orange · warm · closest name: peru
RGB
255, 172, 100
HSL
28°, 100%, 70%
CMYK
0, 33, 61, 0
Luminance
0.5169
Every format
| HEX | #ffac64 |
| RGB | rgb(255, 172, 100) |
| HSL | hsl(28, 100%, 70%) |
| CMYK | cmyk(0%, 33%, 61%, 0%) |
| LAB | lab(77.1 23.6 48.8) |
| LCH | lch(77.1 54.2 64.2) |
| OKLCH | oklch(0.811 0.132 60.2) |
Copy-ready code
/* CSS */
color: #ffac64;
background-color: #ffac64;
/* Tailwind (arbitrary) */
class="text-[#ffac64] bg-[#ffac64]"
/* SCSS */
$brand: #ffac64;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.392)
/* Android */
Color.parseColor("#ffac64")Accessibility — WCAG contrast
Aa
#ffac64 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac64 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow60.8%
Key (black)0.0%
Color previews
#ffac64 text on a black background
contrast 11.34:1
Card sample
#ffac64 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac64;
Background color
Panel with #ffac64 background
background-color: #ffac64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac64; background: linear-gradient(135deg, #ffac64, #EBFF64);