#ffec82
a light, electric yellow · cool · closest name: khaki
RGB
255, 236, 130
HSL
51°, 100%, 76%
CMYK
0, 8, 49, 0
Luminance
0.8286
Every format
| HEX | #ffec82 |
| RGB | rgb(255, 236, 130) |
| HSL | hsl(51, 100%, 76%) |
| CMYK | cmyk(0%, 8%, 49%, 0%) |
| LAB | lab(93.0 -7.0 53.3) |
| LCH | lch(93.0 53.8 97.5) |
| OKLCH | oklch(0.937 0.129 99.4) |
Copy-ready code
/* CSS */
color: #ffec82;
background-color: #ffec82;
/* Tailwind (arbitrary) */
class="text-[#ffec82] bg-[#ffec82]"
/* SCSS */
$brand: #ffec82;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.510)
/* Android */
Color.parseColor("#ffec82")Accessibility — WCAG contrast
Aa
#ffec82 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec82 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow49.0%
Key (black)0.0%
Color previews
#ffec82 text on a black background
contrast 17.57:1
Card sample
#ffec82 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec82;
Background color
Panel with #ffec82 background
background-color: #ffec82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec82; background: linear-gradient(135deg, #ffec82, #BFFF82);