#f1c374
a light, electric orange · warm · closest name: khaki
RGB
241, 195, 116
HSL
38°, 82%, 70%
CMYK
0, 19, 52, 6
Luminance
0.5899
Every format
| HEX | #f1c374 |
| RGB | rgb(241, 195, 116) |
| HSL | hsl(38, 82%, 70%) |
| CMYK | cmyk(0%, 19%, 52%, 6%) |
| LAB | lab(81.3 7.0 45.6) |
| LCH | lch(81.3 46.1 81.2) |
| OKLCH | oklch(0.841 0.111 79.9) |
Copy-ready code
/* CSS */
color: #f1c374;
background-color: #f1c374;
/* Tailwind (arbitrary) */
class="text-[#f1c374] bg-[#f1c374]"
/* SCSS */
$brand: #f1c374;
/* SwiftUI */
Color(red: 0.945, green: 0.765, blue: 0.455)
/* Android */
Color.parseColor("#f1c374")Accessibility — WCAG contrast
Aa
#f1c374 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1c374 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green76.5%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow51.9%
Key (black)5.5%
Color previews
#f1c374 text on a black background
contrast 12.80:1
Card sample
#f1c374 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1c374;
Background color
Panel with #f1c374 background
background-color: #f1c374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1c374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 195, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 195, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1c374; background: linear-gradient(135deg, #f1c374, #CCF174);