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