#ffeb8c
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 140
HSL
50°, 100%, 78%
CMYK
0, 8, 45, 0
Luminance
0.8257
Every format
| HEX | #ffeb8c |
| RGB | rgb(255, 235, 140) |
| HSL | hsl(50, 100%, 78%) |
| CMYK | cmyk(0%, 8%, 45%, 0%) |
| LAB | lab(92.8 -5.6 48.4) |
| LCH | lch(92.8 48.7 96.7) |
| OKLCH | oklch(0.936 0.118 97.8) |
Copy-ready code
/* CSS */
color: #ffeb8c;
background-color: #ffeb8c;
/* Tailwind (arbitrary) */
class="text-[#ffeb8c] bg-[#ffeb8c]"
/* SCSS */
$brand: #ffeb8c;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.549)
/* Android */
Color.parseColor("#ffeb8c")Accessibility — WCAG contrast
Aa
#ffeb8c on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb8c on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow45.1%
Key (black)0.0%
Color previews
#ffeb8c text on a black background
contrast 17.51:1
Card sample
#ffeb8c text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb8c;
Background color
Panel with #ffeb8c background
background-color: #ffeb8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb8c; background: linear-gradient(135deg, #ffeb8c, #C6FF8C);