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