#f3c968
a light, electric yellow · warm · closest name: khaki
RGB
243, 201, 104
HSL
42°, 85%, 68%
CMYK
0, 17, 57, 5
Luminance
0.6183
Every format
| HEX | #f3c968 |
| RGB | rgb(243, 201, 104) |
| HSL | hsl(42, 85%, 68%) |
| CMYK | cmyk(0%, 17%, 57%, 5%) |
| LAB | lab(82.8 3.8 53.3) |
| LCH | lch(82.8 53.4 85.9) |
| OKLCH | oklch(0.853 0.125 86.2) |
Copy-ready code
/* CSS */
color: #f3c968;
background-color: #f3c968;
/* Tailwind (arbitrary) */
class="text-[#f3c968] bg-[#f3c968]"
/* SCSS */
$brand: #f3c968;
/* SwiftUI */
Color(red: 0.953, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#f3c968")Accessibility — WCAG contrast
Aa
#f3c968 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3c968 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green78.8%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow57.2%
Key (black)4.7%
Color previews
#f3c968 text on a black background
contrast 13.37:1
Card sample
#f3c968 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3c968;
Background color
Panel with #f3c968 background
background-color: #f3c968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3c968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3c968; background: linear-gradient(135deg, #f3c968, #C0F368);