#ffeb8f
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 143
HSL
49°, 100%, 78%
CMYK
0, 8, 44, 0
Luminance
0.8266
Every format
| HEX | #ffeb8f |
| RGB | rgb(255, 235, 143) |
| HSL | hsl(49, 100%, 78%) |
| CMYK | cmyk(0%, 8%, 44%, 0%) |
| LAB | lab(92.9 -5.4 47.0) |
| LCH | lch(92.9 47.3 96.5) |
| OKLCH | oklch(0.937 0.115 97.4) |
Copy-ready code
/* CSS */
color: #ffeb8f;
background-color: #ffeb8f;
/* Tailwind (arbitrary) */
class="text-[#ffeb8f] bg-[#ffeb8f]"
/* SCSS */
$brand: #ffeb8f;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#ffeb8f")Accessibility — WCAG contrast
Aa
#ffeb8f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb8f on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow43.9%
Key (black)0.0%
Color previews
#ffeb8f text on a black background
contrast 17.53:1
Card sample
#ffeb8f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb8f;
Background color
Panel with #ffeb8f background
background-color: #ffeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb8f; background: linear-gradient(135deg, #ffeb8f, #C8FF8F);