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