#ffaf84
a light, electric orange · warm · closest name: tan
RGB
255, 175, 132
HSL
21°, 100%, 76%
CMYK
0, 31, 48, 0
Luminance
0.5359
Every format
| HEX | #ffaf84 |
| RGB | rgb(255, 175, 132) |
| HSL | hsl(21, 100%, 76%) |
| CMYK | cmyk(0%, 31%, 48%, 0%) |
| LAB | lab(78.2 24.5 33.8) |
| LCH | lch(78.2 41.8 54.0) |
| OKLCH | oklch(0.821 0.110 49.0) |
Copy-ready code
/* CSS */
color: #ffaf84;
background-color: #ffaf84;
/* Tailwind (arbitrary) */
class="text-[#ffaf84] bg-[#ffaf84]"
/* SCSS */
$brand: #ffaf84;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.518)
/* Android */
Color.parseColor("#ffaf84")Accessibility — WCAG contrast
Aa
#ffaf84 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf84 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow48.2%
Key (black)0.0%
Color previews
#ffaf84 text on a black background
contrast 11.72:1
Card sample
#ffaf84 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf84;
Background color
Panel with #ffaf84 background
background-color: #ffaf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf84; background: linear-gradient(135deg, #ffaf84, #FDFF84);