#ffba32
a balanced, electric orange · warm · closest name: orange
RGB
255, 186, 50
HSL
40°, 100%, 60%
CMYK
0, 27, 80, 0
Luminance
0.5661
Every format
| HEX | #ffba32 |
| RGB | rgb(255, 186, 50) |
| HSL | hsl(40, 100%, 60%) |
| CMYK | cmyk(0%, 27%, 80%, 0%) |
| LAB | lab(80.0 13.8 72.8) |
| LCH | lch(80.0 74.1 79.3) |
| OKLCH | oklch(0.832 0.160 79.0) |
Copy-ready code
/* CSS */
color: #ffba32;
background-color: #ffba32;
/* Tailwind (arbitrary) */
class="text-[#ffba32] bg-[#ffba32]"
/* SCSS */
$brand: #ffba32;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.196)
/* Android */
Color.parseColor("#ffba32")Accessibility — WCAG contrast
Aa
#ffba32 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba32 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow80.4%
Key (black)0.0%
Color previews
#ffba32 text on a black background
contrast 12.32:1
Card sample
#ffba32 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba32;
Background color
Panel with #ffba32 background
background-color: #ffba32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba32; background: linear-gradient(135deg, #ffba32, #BBFF32);