#f3f697
a light, electric yellow · cool · closest name: khaki
RGB
243, 246, 151
HSL
62°, 84%, 78%
CMYK
1, 0, 39, 4
Luminance
0.8720
Every format
| HEX | #f3f697 |
| RGB | rgb(243, 246, 151) |
| HSL | hsl(62, 84%, 78%) |
| CMYK | cmyk(1%, 0%, 39%, 4%) |
| LAB | lab(94.8 -14.6 45.3) |
| LCH | lch(94.8 47.6 107.9) |
| OKLCH | oklch(0.950 0.118 110.0) |
Copy-ready code
/* CSS */
color: #f3f697;
background-color: #f3f697;
/* Tailwind (arbitrary) */
class="text-[#f3f697] bg-[#f3f697]"
/* SCSS */
$brand: #f3f697;
/* SwiftUI */
Color(red: 0.953, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#f3f697")Accessibility — WCAG contrast
Aa
#f3f697 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f697 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green96.5%
Blue59.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#f3f697 text on a black background
contrast 18.44:1
Card sample
#f3f697 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f697;
Background color
Panel with #f3f697 background
background-color: #f3f697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f697; background: linear-gradient(135deg, #f3f697, #B4F697);