#ffaf52
a light, electric orange · warm · closest name: peru
RGB
255, 175, 82
HSL
32°, 100%, 66%
CMYK
0, 31, 68, 0
Luminance
0.5253
Every format
| HEX | #ffaf52 |
| RGB | rgb(255, 175, 82) |
| HSL | hsl(32, 100%, 66%) |
| CMYK | cmyk(0%, 31%, 68%, 0%) |
| LAB | lab(77.6 20.9 57.9) |
| LCH | lch(77.6 61.6 70.2) |
| OKLCH | oklch(0.815 0.142 67.3) |
Copy-ready code
/* CSS */
color: #ffaf52;
background-color: #ffaf52;
/* Tailwind (arbitrary) */
class="text-[#ffaf52] bg-[#ffaf52]"
/* SCSS */
$brand: #ffaf52;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.322)
/* Android */
Color.parseColor("#ffaf52")Accessibility — WCAG contrast
Aa
#ffaf52 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf52 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow67.8%
Key (black)0.0%
Color previews
#ffaf52 text on a black background
contrast 11.51:1
Card sample
#ffaf52 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf52;
Background color
Panel with #ffaf52 background
background-color: #ffaf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf52; background: linear-gradient(135deg, #ffaf52, #DCFF52);