#f3c467
a light, electric orange · warm · closest name: khaki
RGB
243, 196, 103
HSL
40°, 85%, 68%
CMYK
0, 19, 58, 5
Luminance
0.5951
Every format
| HEX | #f3c467 |
| RGB | rgb(243, 196, 103) |
| HSL | hsl(40, 85%, 68%) |
| CMYK | cmyk(0%, 19%, 58%, 5%) |
| LAB | lab(81.6 6.3 52.3) |
| LCH | lch(81.6 52.7 83.1) |
| OKLCH | oklch(0.844 0.123 82.7) |
Copy-ready code
/* CSS */
color: #f3c467;
background-color: #f3c467;
/* Tailwind (arbitrary) */
class="text-[#f3c467] bg-[#f3c467]"
/* SCSS */
$brand: #f3c467;
/* SwiftUI */
Color(red: 0.953, green: 0.769, blue: 0.404)
/* Android */
Color.parseColor("#f3c467")Accessibility — WCAG contrast
Aa
#f3c467 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3c467 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green76.9%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow57.6%
Key (black)4.7%
Color previews
#f3c467 text on a black background
contrast 12.90:1
Card sample
#f3c467 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3c467;
Background color
Panel with #f3c467 background
background-color: #f3c467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3c467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 196, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 196, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3c467; background: linear-gradient(135deg, #f3c467, #C4F367);