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