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