#ffec71
a light, electric yellow · cool · closest name: khaki
RGB
255, 236, 113
HSL
52°, 100%, 72%
CMYK
0, 8, 56, 0
Luminance
0.8244
Every format
| HEX | #ffec71 |
| RGB | rgb(255, 236, 113) |
| HSL | hsl(52, 100%, 72%) |
| CMYK | cmyk(0%, 8%, 56%, 0%) |
| LAB | lab(92.8 -8.4 60.9) |
| LCH | lch(92.8 61.5 97.9) |
| OKLCH | oklch(0.935 0.144 100.6) |
Copy-ready code
/* CSS */
color: #ffec71;
background-color: #ffec71;
/* Tailwind (arbitrary) */
class="text-[#ffec71] bg-[#ffec71]"
/* SCSS */
$brand: #ffec71;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.443)
/* Android */
Color.parseColor("#ffec71")Accessibility — WCAG contrast
Aa
#ffec71 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec71 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow55.7%
Key (black)0.0%
Color previews
#ffec71 text on a black background
contrast 17.49:1
Card sample
#ffec71 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec71;
Background color
Panel with #ffec71 background
background-color: #ffec71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec71; background: linear-gradient(135deg, #ffec71, #B3FF71);