#f2ad0c
a balanced, electric yellow · warm · closest name: orange
RGB
242, 173, 12
HSL
42°, 91%, 50%
CMYK
0, 29, 95, 5
Luminance
0.4879
Every format
| HEX | #f2ad0c |
| RGB | rgb(242, 173, 12) |
| HSL | hsl(42, 91%, 50%) |
| CMYK | cmyk(0%, 29%, 95%, 5%) |
| LAB | lab(75.3 14.3 77.2) |
| LCH | lch(75.3 78.5 79.5) |
| OKLCH | oklch(0.792 0.163 79.4) |
Copy-ready code
/* CSS */
color: #f2ad0c;
background-color: #f2ad0c;
/* Tailwind (arbitrary) */
class="text-[#f2ad0c] bg-[#f2ad0c]"
/* SCSS */
$brand: #f2ad0c;
/* SwiftUI */
Color(red: 0.949, green: 0.678, blue: 0.047)
/* Android */
Color.parseColor("#f2ad0c")Accessibility — WCAG contrast
Aa
#f2ad0c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ad0c on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green67.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow95.0%
Key (black)5.1%
Color previews
#f2ad0c text on a black background
contrast 10.76:1
Card sample
#f2ad0c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ad0c;
Background color
Panel with #f2ad0c background
background-color: #f2ad0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ad0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 173, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 173, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ad0c; background: linear-gradient(135deg, #f2ad0c, #9EF20C);