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