#f2dc39
a balanced, electric yellow · cool · closest name: gold
RGB
242, 220, 57
HSL
53°, 88%, 59%
CMYK
0, 9, 76, 5
Luminance
0.7036
Every format
| HEX | #f2dc39 |
| RGB | rgb(242, 220, 57) |
| HSL | hsl(53, 88%, 59%) |
| CMYK | cmyk(0%, 9%, 76%, 5%) |
| LAB | lab(87.2 -8.9 76.6) |
| LCH | lch(87.2 77.1 96.6) |
| OKLCH | oklch(0.886 0.170 101.2) |
Copy-ready code
/* CSS */
color: #f2dc39;
background-color: #f2dc39;
/* Tailwind (arbitrary) */
class="text-[#f2dc39] bg-[#f2dc39]"
/* SCSS */
$brand: #f2dc39;
/* SwiftUI */
Color(red: 0.949, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#f2dc39")Accessibility — WCAG contrast
Aa
#f2dc39 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dc39 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green86.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow76.4%
Key (black)5.1%
Color previews
#f2dc39 text on a black background
contrast 15.07:1
Card sample
#f2dc39 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dc39;
Background color
Panel with #f2dc39 background
background-color: #f2dc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dc39; background: linear-gradient(135deg, #f2dc39, #8CF239);