#ffaf17
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 23
HSL
39°, 100%, 55%
CMYK
0, 31, 91, 0
Luminance
0.5198
Every format
| HEX | #ffaf17 |
| RGB | rgb(255, 175, 23) |
| HSL | hsl(39, 100%, 55%) |
| CMYK | cmyk(0%, 31%, 91%, 0%) |
| LAB | lab(77.3 18.9 77.5) |
| LCH | lch(77.3 79.8 76.3) |
| OKLCH | oklch(0.811 0.167 75.1) |
Copy-ready code
/* CSS */
color: #ffaf17;
background-color: #ffaf17;
/* Tailwind (arbitrary) */
class="text-[#ffaf17] bg-[#ffaf17]"
/* SCSS */
$brand: #ffaf17;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.090)
/* Android */
Color.parseColor("#ffaf17")Accessibility — WCAG contrast
Aa
#ffaf17 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf17 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow91.0%
Key (black)0.0%
Color previews
#ffaf17 text on a black background
contrast 11.40:1
Card sample
#ffaf17 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf17;
Background color
Panel with #ffaf17 background
background-color: #ffaf17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf17; background: linear-gradient(135deg, #ffaf17, #B4FF17);