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