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