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