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