#fdaf00
a balanced, electric yellow · warm · closest name: orange
RGB
253, 175, 0
HSL
42°, 100%, 50%
CMYK
0, 31, 100, 1
Luminance
0.5154
Every format
| HEX | #fdaf00 |
| RGB | rgb(253, 175, 0) |
| HSL | hsl(42, 100%, 50%) |
| CMYK | cmyk(0%, 31%, 100%, 1%) |
| LAB | lab(77.0 17.9 80.2) |
| LCH | lch(77.0 82.2 77.4) |
| OKLCH | oklch(0.808 0.169 76.6) |
Copy-ready code
/* CSS */
color: #fdaf00;
background-color: #fdaf00;
/* Tailwind (arbitrary) */
class="text-[#fdaf00] bg-[#fdaf00]"
/* SCSS */
$brand: #fdaf00;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.000)
/* Android */
Color.parseColor("#fdaf00")Accessibility — WCAG contrast
Aa
#fdaf00 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf00 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow100.0%
Key (black)0.8%
Color previews
#fdaf00 text on a black background
contrast 11.31:1
Card sample
#fdaf00 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf00;
Background color
Panel with #fdaf00 background
background-color: #fdaf00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf00; background: linear-gradient(135deg, #fdaf00, #A2FD00);