#ffeb7c
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 124
HSL
51°, 100%, 74%
CMYK
0, 8, 51, 0
Luminance
0.8213
Every format
| HEX | #ffeb7c |
| RGB | rgb(255, 235, 124) |
| HSL | hsl(51, 100%, 74%) |
| CMYK | cmyk(0%, 8%, 51%, 0%) |
| LAB | lab(92.6 -7.1 55.7) |
| LCH | lch(92.6 56.2 97.2) |
| OKLCH | oklch(0.934 0.134 99.3) |
Copy-ready code
/* CSS */
color: #ffeb7c;
background-color: #ffeb7c;
/* Tailwind (arbitrary) */
class="text-[#ffeb7c] bg-[#ffeb7c]"
/* SCSS */
$brand: #ffeb7c;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.486)
/* Android */
Color.parseColor("#ffeb7c")Accessibility — WCAG contrast
Aa
#ffeb7c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb7c on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow51.4%
Key (black)0.0%
Color previews
#ffeb7c text on a black background
contrast 17.43:1
Card sample
#ffeb7c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb7c;
Background color
Panel with #ffeb7c background
background-color: #ffeb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb7c; background: linear-gradient(135deg, #ffeb7c, #BCFF7C);