#ffaf66
a light, electric orange · warm · closest name: peru
RGB
255, 175, 102
HSL
29°, 100%, 70%
CMYK
0, 31, 60, 0
Luminance
0.5288
Every format
| HEX | #ffaf66 |
| RGB | rgb(255, 175, 102) |
| HSL | hsl(29, 100%, 70%) |
| CMYK | cmyk(0%, 31%, 60%, 0%) |
| LAB | lab(77.8 22.1 48.7) |
| LCH | lch(77.8 53.5 65.6) |
| OKLCH | oklch(0.817 0.130 61.7) |
Copy-ready code
/* CSS */
color: #ffaf66;
background-color: #ffaf66;
/* Tailwind (arbitrary) */
class="text-[#ffaf66] bg-[#ffaf66]"
/* SCSS */
$brand: #ffaf66;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.400)
/* Android */
Color.parseColor("#ffaf66")Accessibility — WCAG contrast
Aa
#ffaf66 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf66 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow60.0%
Key (black)0.0%
Color previews
#ffaf66 text on a black background
contrast 11.58:1
Card sample
#ffaf66 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf66;
Background color
Panel with #ffaf66 background
background-color: #ffaf66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf66; background: linear-gradient(135deg, #ffaf66, #E9FF66);