#ffc72f
a balanced, electric yellow · warm · closest name: gold
RGB
255, 199, 47
HSL
44°, 100%, 59%
CMYK
0, 22, 82, 0
Luminance
0.6231
Every format
| HEX | #ffc72f |
| RGB | rgb(255, 199, 47) |
| HSL | hsl(44, 100%, 59%) |
| CMYK | cmyk(0%, 22%, 82%, 0%) |
| LAB | lab(83.1 7.0 76.5) |
| LCH | lch(83.1 76.8 84.8) |
| OKLCH | oklch(0.857 0.164 86.4) |
Copy-ready code
/* CSS */
color: #ffc72f;
background-color: #ffc72f;
/* Tailwind (arbitrary) */
class="text-[#ffc72f] bg-[#ffc72f]"
/* SCSS */
$brand: #ffc72f;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.184)
/* Android */
Color.parseColor("#ffc72f")Accessibility — WCAG contrast
Aa
#ffc72f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc72f on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow81.6%
Key (black)0.0%
Color previews
#ffc72f text on a black background
contrast 13.46:1
Card sample
#ffc72f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc72f;
Background color
Panel with #ffc72f background
background-color: #ffc72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc72f; background: linear-gradient(135deg, #ffc72f, #ACFF2F);