#f3e764
a light, electric yellow · cool · closest name: khaki
RGB
243, 231, 100
HSL
55°, 86%, 67%
CMYK
0, 5, 59, 5
Luminance
0.7713
Every format
| HEX | #f3e764 |
| RGB | rgb(243, 231, 100) |
| HSL | hsl(55, 86%, 67%) |
| CMYK | cmyk(0%, 5%, 59%, 5%) |
| LAB | lab(90.4 -11.7 63.7) |
| LCH | lch(90.4 64.7 100.4) |
| OKLCH | oklch(0.913 0.151 104.1) |
Copy-ready code
/* CSS */
color: #f3e764;
background-color: #f3e764;
/* Tailwind (arbitrary) */
class="text-[#f3e764] bg-[#f3e764]"
/* SCSS */
$brand: #f3e764;
/* SwiftUI */
Color(red: 0.953, green: 0.906, blue: 0.392)
/* Android */
Color.parseColor("#f3e764")Accessibility — WCAG contrast
Aa
#f3e764 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3e764 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green90.6%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow58.8%
Key (black)4.7%
Color previews
#f3e764 text on a black background
contrast 16.43:1
Card sample
#f3e764 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3e764;
Background color
Panel with #f3e764 background
background-color: #f3e764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3e764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 231, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 231, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3e764; background: linear-gradient(135deg, #f3e764, #A0F364);