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