#f3d479
a light, electric yellow · warm · closest name: khaki
RGB
243, 212, 121
HSL
45°, 84%, 71%
CMYK
0, 13, 50, 5
Luminance
0.6752
Every format
| HEX | #f3d479 |
| RGB | rgb(243, 212, 121) |
| HSL | hsl(45, 84%, 71%) |
| CMYK | cmyk(0%, 13%, 50%, 5%) |
| LAB | lab(85.8 -0.5 48.7) |
| LCH | lch(85.8 48.7 90.6) |
| OKLCH | oklch(0.877 0.116 91.1) |
Copy-ready code
/* CSS */
color: #f3d479;
background-color: #f3d479;
/* Tailwind (arbitrary) */
class="text-[#f3d479] bg-[#f3d479]"
/* SCSS */
$brand: #f3d479;
/* SwiftUI */
Color(red: 0.953, green: 0.831, blue: 0.475)
/* Android */
Color.parseColor("#f3d479")Accessibility — WCAG contrast
Aa
#f3d479 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d479 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green83.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow50.2%
Key (black)4.7%
Color previews
#f3d479 text on a black background
contrast 14.50:1
Card sample
#f3d479 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d479;
Background color
Panel with #f3d479 background
background-color: #f3d479;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d479;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 212, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 212, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d479; background: linear-gradient(135deg, #f3d479, #C1F379);