#f6c76f
a light, electric orange · warm · closest name: khaki
RGB
246, 199, 111
HSL
39°, 88%, 70%
CMYK
0, 19, 55, 4
Luminance
0.6159
Every format
| HEX | #f6c76f |
| RGB | rgb(246, 199, 111) |
| HSL | hsl(39, 88%, 70%) |
| CMYK | cmyk(0%, 19%, 55%, 4%) |
| LAB | lab(82.7 6.6 49.9) |
| LCH | lch(82.7 50.3 82.5) |
| OKLCH | oklch(0.853 0.119 81.7) |
Copy-ready code
/* CSS */
color: #f6c76f;
background-color: #f6c76f;
/* Tailwind (arbitrary) */
class="text-[#f6c76f] bg-[#f6c76f]"
/* SCSS */
$brand: #f6c76f;
/* SwiftUI */
Color(red: 0.965, green: 0.780, blue: 0.435)
/* Android */
Color.parseColor("#f6c76f")Accessibility — WCAG contrast
Aa
#f6c76f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c76f on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green78.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow54.9%
Key (black)3.5%
Color previews
#f6c76f text on a black background
contrast 13.32:1
Card sample
#f6c76f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c76f;
Background color
Panel with #f6c76f background
background-color: #f6c76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 199, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 199, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c76f; background: linear-gradient(135deg, #f6c76f, #CBF66F);