#f2f397
a light, electric yellow · cool · closest name: khaki
RGB
242, 243, 151
HSL
61°, 79%, 77%
CMYK
0, 0, 38, 5
Luminance
0.8521
Every format
| HEX | #f2f397 |
| RGB | rgb(242, 243, 151) |
| HSL | hsl(61, 79%, 77%) |
| CMYK | cmyk(0%, 0%, 38%, 5%) |
| LAB | lab(94.0 -13.5 44.3) |
| LCH | lch(94.0 46.3 107.0) |
| OKLCH | oklch(0.943 0.114 108.9) |
Copy-ready code
/* CSS */
color: #f2f397;
background-color: #f2f397;
/* Tailwind (arbitrary) */
class="text-[#f2f397] bg-[#f2f397]"
/* SCSS */
$brand: #f2f397;
/* SwiftUI */
Color(red: 0.949, green: 0.953, blue: 0.592)
/* Android */
Color.parseColor("#f2f397")Accessibility — WCAG contrast
Aa
#f2f397 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f397 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green95.3%
Blue59.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow37.9%
Key (black)4.7%
Color previews
#f2f397 text on a black background
contrast 18.04:1
Card sample
#f2f397 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f397;
Background color
Panel with #f2f397 background
background-color: #f2f397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 243, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 243, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f397; background: linear-gradient(135deg, #f2f397, #B5F397);