#ffd971
a light, electric yellow · warm · closest name: khaki
RGB
255, 217, 113
HSL
44°, 100%, 72%
CMYK
0, 15, 56, 0
Luminance
0.7208
Every format
| HEX | #ffd971 |
| RGB | rgb(255, 217, 113) |
| HSL | hsl(44, 100%, 72%) |
| CMYK | cmyk(0%, 15%, 56%, 0%) |
| LAB | lab(88.0 1.1 55.4) |
| LCH | lch(88.0 55.4 88.8) |
| OKLCH | oklch(0.897 0.130 89.6) |
Copy-ready code
/* CSS */
color: #ffd971;
background-color: #ffd971;
/* Tailwind (arbitrary) */
class="text-[#ffd971] bg-[#ffd971]"
/* SCSS */
$brand: #ffd971;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.443)
/* Android */
Color.parseColor("#ffd971")Accessibility — WCAG contrast
Aa
#ffd971 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd971 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow55.7%
Key (black)0.0%
Color previews
#ffd971 text on a black background
contrast 15.42:1
Card sample
#ffd971 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd971;
Background color
Panel with #ffd971 background
background-color: #ffd971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd971; background: linear-gradient(135deg, #ffd971, #C7FF71);