#f6c461
a light, electric orange · warm · closest name: khaki
RGB
246, 196, 97
HSL
40°, 89%, 67%
CMYK
0, 20, 61, 4
Luminance
0.5994
Every format
| HEX | #f6c461 |
| RGB | rgb(246, 196, 97) |
| HSL | hsl(40, 89%, 67%) |
| CMYK | cmyk(0%, 20%, 61%, 4%) |
| LAB | lab(81.8 7.1 55.5) |
| LCH | lch(81.8 55.9 82.7) |
| OKLCH | oklch(0.846 0.130 82.5) |
Copy-ready code
/* CSS */
color: #f6c461;
background-color: #f6c461;
/* Tailwind (arbitrary) */
class="text-[#f6c461] bg-[#f6c461]"
/* SCSS */
$brand: #f6c461;
/* SwiftUI */
Color(red: 0.965, green: 0.769, blue: 0.380)
/* Android */
Color.parseColor("#f6c461")Accessibility — WCAG contrast
Aa
#f6c461 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c461 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green76.9%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow60.6%
Key (black)3.5%
Color previews
#f6c461 text on a black background
contrast 12.99:1
Card sample
#f6c461 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c461;
Background color
Panel with #f6c461 background
background-color: #f6c461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 196, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 196, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c461; background: linear-gradient(135deg, #f6c461, #C5F661);