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