#ffba3f
a balanced, electric orange · warm · closest name: orange
RGB
255, 186, 63
HSL
38°, 100%, 62%
CMYK
0, 27, 75, 0
Luminance
0.5674
Every format
| HEX | #ffba3f |
| RGB | rgb(255, 186, 63) |
| HSL | hsl(38, 100%, 62%) |
| CMYK | cmyk(0%, 27%, 75%, 0%) |
| LAB | lab(80.0 14.3 68.3) |
| LCH | lch(80.0 69.8 78.2) |
| OKLCH | oklch(0.833 0.153 77.6) |
Copy-ready code
/* CSS */
color: #ffba3f;
background-color: #ffba3f;
/* Tailwind (arbitrary) */
class="text-[#ffba3f] bg-[#ffba3f]"
/* SCSS */
$brand: #ffba3f;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#ffba3f")Accessibility — WCAG contrast
Aa
#ffba3f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba3f on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow75.3%
Key (black)0.0%
Color previews
#ffba3f text on a black background
contrast 12.35:1
Card sample
#ffba3f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba3f;
Background color
Panel with #ffba3f background
background-color: #ffba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba3f; background: linear-gradient(135deg, #ffba3f, #C4FF3F);