#ffd72f
a balanced, electric yellow · cool · closest name: gold
RGB
255, 215, 47
HSL
49°, 100%, 59%
CMYK
0, 16, 82, 0
Luminance
0.7007
Every format
| HEX | #ffd72f |
| RGB | rgb(255, 215, 47) |
| HSL | hsl(49, 100%, 59%) |
| CMYK | cmyk(0%, 16%, 82%, 0%) |
| LAB | lab(87.0 -1.2 79.8) |
| LCH | lch(87.0 79.8 90.9) |
| OKLCH | oklch(0.888 0.172 94.3) |
Copy-ready code
/* CSS */
color: #ffd72f;
background-color: #ffd72f;
/* Tailwind (arbitrary) */
class="text-[#ffd72f] bg-[#ffd72f]"
/* SCSS */
$brand: #ffd72f;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.184)
/* Android */
Color.parseColor("#ffd72f")Accessibility — WCAG contrast
Aa
#ffd72f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd72f on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow81.6%
Key (black)0.0%
Color previews
#ffd72f text on a black background
contrast 15.01:1
Card sample
#ffd72f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd72f;
Background color
Panel with #ffd72f background
background-color: #ffd72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd72f; background: linear-gradient(135deg, #ffd72f, #9CFF2F);