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