#ffd74f
a light, electric yellow · cool · closest name: gold
RGB
255, 215, 79
HSL
46°, 100%, 66%
CMYK
0, 16, 69, 0
Luminance
0.7043
Every format
| HEX | #ffd74f |
| RGB | rgb(255, 215, 79) |
| HSL | hsl(46, 100%, 66%) |
| CMYK | cmyk(0%, 16%, 69%, 0%) |
| LAB | lab(87.2 0.0 69.3) |
| LCH | lch(87.2 69.3 90.0) |
| OKLCH | oklch(0.890 0.155 92.3) |
Copy-ready code
/* CSS */
color: #ffd74f;
background-color: #ffd74f;
/* Tailwind (arbitrary) */
class="text-[#ffd74f] bg-[#ffd74f]"
/* SCSS */
$brand: #ffd74f;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#ffd74f")Accessibility — WCAG contrast
Aa
#ffd74f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd74f on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow69.0%
Key (black)0.0%
Color previews
#ffd74f text on a black background
contrast 15.09:1
Card sample
#ffd74f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd74f;
Background color
Panel with #ffd74f background
background-color: #ffd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd74f; background: linear-gradient(135deg, #ffd74f, #B2FF4F);