#f2df34
a balanced, electric yellow · cool · closest name: gold
RGB
242, 223, 52
HSL
54°, 88%, 58%
CMYK
0, 8, 79, 5
Luminance
0.7190
Every format
| HEX | #f2df34 |
| RGB | rgb(242, 223, 52) |
| HSL | hsl(54, 88%, 58%) |
| CMYK | cmyk(0%, 8%, 79%, 5%) |
| LAB | lab(87.9 -10.5 78.8) |
| LCH | lch(87.9 79.5 97.6) |
| OKLCH | oklch(0.892 0.175 102.6) |
Copy-ready code
/* CSS */
color: #f2df34;
background-color: #f2df34;
/* Tailwind (arbitrary) */
class="text-[#f2df34] bg-[#f2df34]"
/* SCSS */
$brand: #f2df34;
/* SwiftUI */
Color(red: 0.949, green: 0.875, blue: 0.204)
/* Android */
Color.parseColor("#f2df34")Accessibility — WCAG contrast
Aa
#f2df34 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2df34 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.5%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow78.5%
Key (black)5.1%
Color previews
#f2df34 text on a black background
contrast 15.38:1
Card sample
#f2df34 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2df34;
Background color
Panel with #f2df34 background
background-color: #f2df34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2df34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 223, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 223, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2df34; background: linear-gradient(135deg, #f2df34, #86F234);