#f6c565
a light, electric orange · warm · closest name: khaki
RGB
246, 197, 101
HSL
40°, 89%, 68%
CMYK
0, 20, 59, 4
Luminance
0.6046
Every format
| HEX | #f6c565 |
| RGB | rgb(246, 197, 101) |
| HSL | hsl(40, 89%, 68%) |
| CMYK | cmyk(0%, 20%, 59%, 4%) |
| LAB | lab(82.1 6.9 53.9) |
| LCH | lch(82.1 54.4 82.7) |
| OKLCH | oklch(0.848 0.127 82.4) |
Copy-ready code
/* CSS */
color: #f6c565;
background-color: #f6c565;
/* Tailwind (arbitrary) */
class="text-[#f6c565] bg-[#f6c565]"
/* SCSS */
$brand: #f6c565;
/* SwiftUI */
Color(red: 0.965, green: 0.773, blue: 0.396)
/* Android */
Color.parseColor("#f6c565")Accessibility — WCAG contrast
Aa
#f6c565 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c565 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green77.3%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow58.9%
Key (black)3.5%
Color previews
#f6c565 text on a black background
contrast 13.09:1
Card sample
#f6c565 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c565;
Background color
Panel with #f6c565 background
background-color: #f6c565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 197, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 197, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c565; background: linear-gradient(135deg, #f6c565, #C6F665);