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