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