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