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