#ffec8d
a light, electric yellow · cool · closest name: khaki
RGB
255, 236, 141
HSL
50°, 100%, 78%
CMYK
0, 8, 45, 0
Luminance
0.8317
Every format
| HEX | #ffec8d |
| RGB | rgb(255, 236, 141) |
| HSL | hsl(50, 100%, 78%) |
| CMYK | cmyk(0%, 8%, 45%, 0%) |
| LAB | lab(93.1 -6.0 48.2) |
| LCH | lch(93.1 48.6 97.2) |
| OKLCH | oklch(0.938 0.118 98.3) |
Copy-ready code
/* CSS */
color: #ffec8d;
background-color: #ffec8d;
/* Tailwind (arbitrary) */
class="text-[#ffec8d] bg-[#ffec8d]"
/* SCSS */
$brand: #ffec8d;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.553)
/* Android */
Color.parseColor("#ffec8d")Accessibility — WCAG contrast
Aa
#ffec8d on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec8d on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow44.7%
Key (black)0.0%
Color previews
#ffec8d text on a black background
contrast 17.63:1
Card sample
#ffec8d text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec8d;
Background color
Panel with #ffec8d background
background-color: #ffec8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec8d; background: linear-gradient(135deg, #ffec8d, #C6FF8D);