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