#f2f37f
a light, electric yellow · cool · closest name: khaki
RGB
242, 243, 127
HSL
61°, 83%, 73%
CMYK
0, 0, 48, 5
Luminance
0.8451
Every format
| HEX | #f2f37f |
| RGB | rgb(242, 243, 127) |
| HSL | hsl(61, 83%, 73%) |
| CMYK | cmyk(0%, 0%, 48%, 5%) |
| LAB | lab(93.7 -15.9 55.3) |
| LCH | lch(93.7 57.6 106.0) |
| OKLCH | oklch(0.940 0.139 109.2) |
Copy-ready code
/* CSS */
color: #f2f37f;
background-color: #f2f37f;
/* Tailwind (arbitrary) */
class="text-[#f2f37f] bg-[#f2f37f]"
/* SCSS */
$brand: #f2f37f;
/* SwiftUI */
Color(red: 0.949, green: 0.953, blue: 0.498)
/* Android */
Color.parseColor("#f2f37f")Accessibility — WCAG contrast
Aa
#f2f37f on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f37f on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green95.3%
Blue49.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow47.7%
Key (black)4.7%
Color previews
#f2f37f text on a black background
contrast 17.90:1
Card sample
#f2f37f text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f37f;
Background color
Panel with #f2f37f background
background-color: #f2f37f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f37f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 243, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 243, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f37f; background: linear-gradient(135deg, #f2f37f, #A5F37F);