#ffeb74
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 116
HSL
51°, 100%, 73%
CMYK
0, 8, 55, 0
Luminance
0.8194
Every format
| HEX | #ffeb74 |
| RGB | rgb(255, 235, 116) |
| HSL | hsl(51, 100%, 73%) |
| CMYK | cmyk(0%, 8%, 55%, 0%) |
| LAB | lab(92.5 -7.7 59.3) |
| LCH | lch(92.5 59.8 97.4) |
| OKLCH | oklch(0.933 0.141 99.9) |
Copy-ready code
/* CSS */
color: #ffeb74;
background-color: #ffeb74;
/* Tailwind (arbitrary) */
class="text-[#ffeb74] bg-[#ffeb74]"
/* SCSS */
$brand: #ffeb74;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.455)
/* Android */
Color.parseColor("#ffeb74")Accessibility — WCAG contrast
Aa
#ffeb74 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb74 on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow54.5%
Key (black)0.0%
Color previews
#ffeb74 text on a black background
contrast 17.39:1
Card sample
#ffeb74 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb74;
Background color
Panel with #ffeb74 background
background-color: #ffeb74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb74; background: linear-gradient(135deg, #ffeb74, #B6FF74);