#f3f97f
a light, electric yellow · cool · closest name: khaki
RGB
243, 249, 127
HSL
63°, 91%, 74%
CMYK
2, 0, 49, 2
Luminance
0.8834
Every format
| HEX | #f3f97f |
| RGB | rgb(243, 249, 127) |
| HSL | hsl(63, 91%, 74%) |
| CMYK | cmyk(2%, 0%, 49%, 2%) |
| LAB | lab(95.3 -18.4 57.3) |
| LCH | lch(95.3 60.2 107.8) |
| OKLCH | oklch(0.953 0.146 111.4) |
Copy-ready code
/* CSS */
color: #f3f97f;
background-color: #f3f97f;
/* Tailwind (arbitrary) */
class="text-[#f3f97f] bg-[#f3f97f]"
/* SCSS */
$brand: #f3f97f;
/* SwiftUI */
Color(red: 0.953, green: 0.976, blue: 0.498)
/* Android */
Color.parseColor("#f3f97f")Accessibility — WCAG contrast
Aa
#f3f97f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3f97f on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green97.6%
Blue49.8%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow49.0%
Key (black)2.4%
Color previews
#f3f97f text on a black background
contrast 18.67:1
Card sample
#f3f97f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3f97f;
Background color
Panel with #f3f97f background
background-color: #f3f97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3f97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 249, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 249, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3f97f; background: linear-gradient(135deg, #f3f97f, #A1F97F);