#f3e770
a light, electric yellow · cool · closest name: khaki
RGB
243, 231, 112
HSL
55°, 85%, 70%
CMYK
0, 5, 54, 5
Luminance
0.7738
Every format
| HEX | #f3e770 |
| RGB | rgb(243, 231, 112) |
| HSL | hsl(55, 85%, 70%) |
| CMYK | cmyk(0%, 5%, 54%, 5%) |
| LAB | lab(90.5 -10.8 58.5) |
| LCH | lch(90.5 59.5 100.5) |
| OKLCH | oklch(0.914 0.141 103.5) |
Copy-ready code
/* CSS */
color: #f3e770;
background-color: #f3e770;
/* Tailwind (arbitrary) */
class="text-[#f3e770] bg-[#f3e770]"
/* SCSS */
$brand: #f3e770;
/* SwiftUI */
Color(red: 0.953, green: 0.906, blue: 0.439)
/* Android */
Color.parseColor("#f3e770")Accessibility — WCAG contrast
Aa
#f3e770 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3e770 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green90.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow53.9%
Key (black)4.7%
Color previews
#f3e770 text on a black background
contrast 16.48:1
Card sample
#f3e770 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3e770;
Background color
Panel with #f3e770 background
background-color: #f3e770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3e770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 231, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 231, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3e770; background: linear-gradient(135deg, #f3e770, #A8F370);