#ffeb86
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 134
HSL
50°, 100%, 76%
CMYK
0, 8, 48, 0
Luminance
0.8240
Every format
| HEX | #ffeb86 |
| RGB | rgb(255, 235, 134) |
| HSL | hsl(50, 100%, 76%) |
| CMYK | cmyk(0%, 8%, 48%, 0%) |
| LAB | lab(92.8 -6.2 51.2) |
| LCH | lch(92.8 51.5 96.9) |
| OKLCH | oklch(0.935 0.124 98.4) |
Copy-ready code
/* CSS */
color: #ffeb86;
background-color: #ffeb86;
/* Tailwind (arbitrary) */
class="text-[#ffeb86] bg-[#ffeb86]"
/* SCSS */
$brand: #ffeb86;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.525)
/* Android */
Color.parseColor("#ffeb86")Accessibility — WCAG contrast
Aa
#ffeb86 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb86 on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow47.5%
Key (black)0.0%
Color previews
#ffeb86 text on a black background
contrast 17.48:1
Card sample
#ffeb86 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb86;
Background color
Panel with #ffeb86 background
background-color: #ffeb86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb86; background: linear-gradient(135deg, #ffeb86, #C2FF86);