#f2df15
a balanced, electric yellow · cool · closest name: gold
RGB
242, 223, 21
HSL
55°, 90%, 52%
CMYK
0, 8, 91, 5
Luminance
0.7171
Every format
| HEX | #f2df15 |
| RGB | rgb(242, 223, 21) |
| HSL | hsl(55, 90%, 52%) |
| CMYK | cmyk(0%, 8%, 91%, 5%) |
| LAB | lab(87.8 -11.3 85.2) |
| LCH | lch(87.8 86.0 97.5) |
| OKLCH | oklch(0.891 0.185 103.1) |
Copy-ready code
/* CSS */
color: #f2df15;
background-color: #f2df15;
/* Tailwind (arbitrary) */
class="text-[#f2df15] bg-[#f2df15]"
/* SCSS */
$brand: #f2df15;
/* SwiftUI */
Color(red: 0.949, green: 0.875, blue: 0.082)
/* Android */
Color.parseColor("#f2df15")Accessibility — WCAG contrast
Aa
#f2df15 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2df15 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.5%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow91.3%
Key (black)5.1%
Color previews
#f2df15 text on a black background
contrast 15.34:1
Card sample
#f2df15 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2df15;
Background color
Panel with #f2df15 background
background-color: #f2df15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2df15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 223, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 223, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2df15; background: linear-gradient(135deg, #f2df15, #72F215);