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