#f2f32c
a balanced, electric yellow · cool · closest name: yellow
RGB
242, 243, 44
HSL
60°, 89%, 56%
CMYK
0, 0, 82, 5
Luminance
0.8316
Every format
| HEX | #f2f32c |
| RGB | rgb(242, 243, 44) |
| HSL | hsl(60, 89%, 56%) |
| CMYK | cmyk(0%, 0%, 82%, 5%) |
| LAB | lab(93.1 -20.6 85.3) |
| LCH | lch(93.1 87.7 103.6) |
| OKLCH | oklch(0.933 0.195 110.0) |
Copy-ready code
/* CSS */
color: #f2f32c;
background-color: #f2f32c;
/* Tailwind (arbitrary) */
class="text-[#f2f32c] bg-[#f2f32c]"
/* SCSS */
$brand: #f2f32c;
/* SwiftUI */
Color(red: 0.949, green: 0.953, blue: 0.173)
/* Android */
Color.parseColor("#f2f32c")Accessibility — WCAG contrast
Aa
#f2f32c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2f32c on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green95.3%
Blue17.3%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow81.9%
Key (black)4.7%
Color previews
#f2f32c text on a black background
contrast 17.63:1
Card sample
#f2f32c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2f32c;
Background color
Panel with #f2f32c background
background-color: #f2f32c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2f32c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 243, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 243, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2f32c; background: linear-gradient(135deg, #f2f32c, #6DF32C);