#ffc41f
a balanced, electric yellow · warm · closest name: gold
RGB
255, 196, 31
HSL
44°, 100%, 56%
CMYK
0, 23, 88, 0
Luminance
0.6084
Every format
| HEX | #ffc41f |
| RGB | rgb(255, 196, 31) |
| HSL | hsl(44, 100%, 56%) |
| CMYK | cmyk(0%, 23%, 88%, 0%) |
| LAB | lab(82.3 8.2 79.8) |
| LCH | lch(82.3 80.2 84.2) |
| OKLCH | oklch(0.850 0.169 85.7) |
Copy-ready code
/* CSS */
color: #ffc41f;
background-color: #ffc41f;
/* Tailwind (arbitrary) */
class="text-[#ffc41f] bg-[#ffc41f]"
/* SCSS */
$brand: #ffc41f;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.122)
/* Android */
Color.parseColor("#ffc41f")Accessibility — WCAG contrast
Aa
#ffc41f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc41f on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow87.8%
Key (black)0.0%
Color previews
#ffc41f text on a black background
contrast 13.17:1
Card sample
#ffc41f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc41f;
Background color
Panel with #ffc41f background
background-color: #ffc41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc41f; background: linear-gradient(135deg, #ffc41f, #A5FF1F);