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