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