#ffba11
a balanced, electric yellow · warm · closest name: orange
RGB
255, 186, 17
HSL
43°, 100%, 53%
CMYK
0, 27, 93, 0
Luminance
0.5642
Every format
| HEX | #ffba11 |
| RGB | rgb(255, 186, 17) |
| HSL | hsl(43, 100%, 53%) |
| CMYK | cmyk(0%, 27%, 93%, 0%) |
| LAB | lab(79.8 13.1 80.4) |
| LCH | lch(79.8 81.5 80.7) |
| OKLCH | oklch(0.831 0.169 81.1) |
Copy-ready code
/* CSS */
color: #ffba11;
background-color: #ffba11;
/* Tailwind (arbitrary) */
class="text-[#ffba11] bg-[#ffba11]"
/* SCSS */
$brand: #ffba11;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.067)
/* Android */
Color.parseColor("#ffba11")Accessibility — WCAG contrast
Aa
#ffba11 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba11 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow93.3%
Key (black)0.0%
Color previews
#ffba11 text on a black background
contrast 12.28:1
Card sample
#ffba11 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba11;
Background color
Panel with #ffba11 background
background-color: #ffba11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba11; background: linear-gradient(135deg, #ffba11, #A5FF11);