#ffc71f
a balanced, electric yellow · cool · closest name: gold
RGB
255, 199, 31
HSL
45°, 100%, 56%
CMYK
0, 22, 88, 0
Luminance
0.6221
Every format
| HEX | #ffc71f |
| RGB | rgb(255, 199, 31) |
| HSL | hsl(45, 100%, 56%) |
| CMYK | cmyk(0%, 22%, 88%, 0%) |
| LAB | lab(83.0 6.6 80.4) |
| LCH | lch(83.0 80.6 85.3) |
| OKLCH | oklch(0.856 0.170 87.2) |
Copy-ready code
/* CSS */
color: #ffc71f;
background-color: #ffc71f;
/* Tailwind (arbitrary) */
class="text-[#ffc71f] bg-[#ffc71f]"
/* SCSS */
$brand: #ffc71f;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#ffc71f")Accessibility — WCAG contrast
Aa
#ffc71f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc71f on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow87.8%
Key (black)0.0%
Color previews
#ffc71f text on a black background
contrast 13.44:1
Card sample
#ffc71f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc71f;
Background color
Panel with #ffc71f background
background-color: #ffc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc71f; background: linear-gradient(135deg, #ffc71f, #A2FF1F);