#fffd71
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 113
HSL
59°, 100%, 72%
CMYK
0, 1, 56, 0
Luminance
0.9270
Every format
| HEX | #fffd71 |
| RGB | rgb(255, 253, 113) |
| HSL | hsl(59, 100%, 72%) |
| CMYK | cmyk(0%, 1%, 56%, 0%) |
| LAB | lab(97.1 -16.7 65.8) |
| LCH | lch(97.1 67.9 104.3) |
| OKLCH | oklch(0.969 0.161 108.3) |
Copy-ready code
/* CSS */
color: #fffd71;
background-color: #fffd71;
/* Tailwind (arbitrary) */
class="text-[#fffd71] bg-[#fffd71]"
/* SCSS */
$brand: #fffd71;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.443)
/* Android */
Color.parseColor("#fffd71")Accessibility — WCAG contrast
Aa
#fffd71 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd71 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow55.7%
Key (black)0.0%
Color previews
#fffd71 text on a black background
contrast 19.54:1
Card sample
#fffd71 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd71;
Background color
Panel with #fffd71 background
background-color: #fffd71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd71; background: linear-gradient(135deg, #fffd71, #A2FF71);