#f3d481
a light, electric yellow · warm · closest name: khaki
RGB
243, 212, 129
HSL
44°, 83%, 73%
CMYK
0, 13, 47, 5
Luminance
0.6773
Every format
| HEX | #f3d481 |
| RGB | rgb(243, 212, 129) |
| HSL | hsl(44, 83%, 73%) |
| CMYK | cmyk(0%, 13%, 47%, 5%) |
| LAB | lab(85.9 0.2 44.9) |
| LCH | lch(85.9 44.9 89.7) |
| OKLCH | oklch(0.878 0.108 89.6) |
Copy-ready code
/* CSS */
color: #f3d481;
background-color: #f3d481;
/* Tailwind (arbitrary) */
class="text-[#f3d481] bg-[#f3d481]"
/* SCSS */
$brand: #f3d481;
/* SwiftUI */
Color(red: 0.953, green: 0.831, blue: 0.506)
/* Android */
Color.parseColor("#f3d481")Accessibility — WCAG contrast
Aa
#f3d481 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d481 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green83.1%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow46.9%
Key (black)4.7%
Color previews
#f3d481 text on a black background
contrast 14.55:1
Card sample
#f3d481 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d481;
Background color
Panel with #f3d481 background
background-color: #f3d481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 212, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 212, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d481; background: linear-gradient(135deg, #f3d481, #C6F381);