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