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