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