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