#ffba4d
a light, electric orange · warm · closest name: orange
RGB
255, 186, 77
HSL
37°, 100%, 65%
CMYK
0, 27, 70, 0
Luminance
0.5691
Every format
| HEX | #ffba4d |
| RGB | rgb(255, 186, 77) |
| HSL | hsl(37, 100%, 65%) |
| CMYK | cmyk(0%, 27%, 70%, 0%) |
| LAB | lab(80.1 14.9 62.8) |
| LCH | lch(80.1 64.6 76.7) |
| OKLCH | oklch(0.834 0.145 75.4) |
Copy-ready code
/* CSS */
color: #ffba4d;
background-color: #ffba4d;
/* Tailwind (arbitrary) */
class="text-[#ffba4d] bg-[#ffba4d]"
/* SCSS */
$brand: #ffba4d;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.302)
/* Android */
Color.parseColor("#ffba4d")Accessibility — WCAG contrast
Aa
#ffba4d on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba4d on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow69.8%
Key (black)0.0%
Color previews
#ffba4d text on a black background
contrast 12.38:1
Card sample
#ffba4d text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba4d;
Background color
Panel with #ffba4d background
background-color: #ffba4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba4d; background: linear-gradient(135deg, #ffba4d, #CDFF4D);