#ffe264
a light, electric yellow · cool · closest name: khaki
RGB
255, 226, 100
HSL
49°, 100%, 70%
CMYK
0, 11, 61, 0
Luminance
0.7657
Every format
| HEX | #ffe264 |
| RGB | rgb(255, 226, 100) |
| HSL | hsl(49, 100%, 70%) |
| CMYK | cmyk(0%, 11%, 61%, 0%) |
| LAB | lab(90.1 -4.3 63.7) |
| LCH | lch(90.1 63.8 93.9) |
| OKLCH | oklch(0.913 0.147 96.4) |
Copy-ready code
/* CSS */
color: #ffe264;
background-color: #ffe264;
/* Tailwind (arbitrary) */
class="text-[#ffe264] bg-[#ffe264]"
/* SCSS */
$brand: #ffe264;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.392)
/* Android */
Color.parseColor("#ffe264")Accessibility — WCAG contrast
Aa
#ffe264 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe264 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow60.8%
Key (black)0.0%
Color previews
#ffe264 text on a black background
contrast 16.31:1
Card sample
#ffe264 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe264;
Background color
Panel with #ffe264 background
background-color: #ffe264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe264; background: linear-gradient(135deg, #ffe264, #B5FF64);