#ffe296
a light, electric yellow · warm · closest name: khaki
RGB
255, 226, 150
HSL
43°, 100%, 79%
CMYK
0, 11, 41, 0
Luminance
0.7785
Every format
| HEX | #ffe296 |
| RGB | rgb(255, 226, 150) |
| HSL | hsl(43, 100%, 79%) |
| CMYK | cmyk(0%, 11%, 41%, 0%) |
| LAB | lab(90.7 -0.1 40.8) |
| LCH | lch(90.7 40.8 90.2) |
| OKLCH | oklch(0.920 0.100 89.4) |
Copy-ready code
/* CSS */
color: #ffe296;
background-color: #ffe296;
/* Tailwind (arbitrary) */
class="text-[#ffe296] bg-[#ffe296]"
/* SCSS */
$brand: #ffe296;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.588)
/* Android */
Color.parseColor("#ffe296")Accessibility — WCAG contrast
Aa
#ffe296 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe296 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow41.2%
Key (black)0.0%
Color previews
#ffe296 text on a black background
contrast 16.57:1
Card sample
#ffe296 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe296;
Background color
Panel with #ffe296 background
background-color: #ffe296;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe296;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe296; background: linear-gradient(135deg, #ffe296, #D6FF96);