#f1ac21
a balanced, electric yellow · warm · closest name: orange
RGB
241, 172, 33
HSL
40°, 88%, 54%
CMYK
0, 29, 86, 6
Luminance
0.4832
Every format
| HEX | #f1ac21 |
| RGB | rgb(241, 172, 33) |
| HSL | hsl(40, 88%, 54%) |
| CMYK | cmyk(0%, 29%, 86%, 6%) |
| LAB | lab(75.0 14.8 73.0) |
| LCH | lch(75.0 74.4 78.6) |
| OKLCH | oklch(0.790 0.158 78.2) |
Copy-ready code
/* CSS */
color: #f1ac21;
background-color: #f1ac21;
/* Tailwind (arbitrary) */
class="text-[#f1ac21] bg-[#f1ac21]"
/* SCSS */
$brand: #f1ac21;
/* SwiftUI */
Color(red: 0.945, green: 0.675, blue: 0.129)
/* Android */
Color.parseColor("#f1ac21")Accessibility — WCAG contrast
Aa
#f1ac21 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ac21 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow86.3%
Key (black)5.5%
Color previews
#f1ac21 text on a black background
contrast 10.66:1
Card sample
#f1ac21 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ac21;
Background color
Panel with #f1ac21 background
background-color: #f1ac21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ac21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 172, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 172, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ac21; background: linear-gradient(135deg, #f1ac21, #ABF121);