#f6ba4f
a balanced, electric orange · warm · closest name: orange
RGB
246, 186, 79
HSL
38°, 90%, 64%
CMYK
0, 24, 68, 4
Luminance
0.5528
Every format
| HEX | #f6ba4f |
| RGB | rgb(246, 186, 79) |
| HSL | hsl(38, 90%, 64%) |
| CMYK | cmyk(0%, 24%, 68%, 4%) |
| LAB | lab(79.2 11.2 60.7) |
| LCH | lch(79.2 61.7 79.5) |
| OKLCH | oklch(0.825 0.140 79.0) |
Copy-ready code
/* CSS */
color: #f6ba4f;
background-color: #f6ba4f;
/* Tailwind (arbitrary) */
class="text-[#f6ba4f] bg-[#f6ba4f]"
/* SCSS */
$brand: #f6ba4f;
/* SwiftUI */
Color(red: 0.965, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#f6ba4f")Accessibility — WCAG contrast
Aa
#f6ba4f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ba4f on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow67.9%
Key (black)3.5%
Color previews
#f6ba4f text on a black background
contrast 12.06:1
Card sample
#f6ba4f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ba4f;
Background color
Panel with #f6ba4f background
background-color: #f6ba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ba4f; background: linear-gradient(135deg, #f6ba4f, #C3F64F);