#ffaf3c
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 60
HSL
35°, 100%, 62%
CMYK
0, 31, 77, 0
Luminance
0.5225
Every format
| HEX | #ffaf3c |
| RGB | rgb(255, 175, 60) |
| HSL | hsl(35, 100%, 62%) |
| CMYK | cmyk(0%, 31%, 77%, 0%) |
| LAB | lab(77.4 19.9 67.0) |
| LCH | lch(77.4 69.9 73.5) |
| OKLCH | oklch(0.813 0.154 71.5) |
Copy-ready code
/* CSS */
color: #ffaf3c;
background-color: #ffaf3c;
/* Tailwind (arbitrary) */
class="text-[#ffaf3c] bg-[#ffaf3c]"
/* SCSS */
$brand: #ffaf3c;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#ffaf3c")Accessibility — WCAG contrast
Aa
#ffaf3c on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf3c on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow76.5%
Key (black)0.0%
Color previews
#ffaf3c text on a black background
contrast 11.45:1
Card sample
#ffaf3c text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf3c;
Background color
Panel with #ffaf3c background
background-color: #ffaf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf3c; background: linear-gradient(135deg, #ffaf3c, #CDFF3C);