#e8f367
a light, electric yellow · cool · closest name: khaki
RGB
232, 243, 103
HSL
65°, 85%, 68%
CMYK
5, 0, 58, 5
Luminance
0.8224
Every format
| HEX | #e8f367 |
| RGB | rgb(232, 243, 103) |
| HSL | hsl(65, 85%, 68%) |
| CMYK | cmyk(5%, 0%, 58%, 5%) |
| LAB | lab(92.7 -21.7 64.7) |
| LCH | lch(92.7 68.3 108.6) |
| OKLCH | oklch(0.929 0.163 113.3) |
Copy-ready code
/* CSS */
color: #e8f367;
background-color: #e8f367;
/* Tailwind (arbitrary) */
class="text-[#e8f367] bg-[#e8f367]"
/* SCSS */
$brand: #e8f367;
/* SwiftUI */
Color(red: 0.910, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#e8f367")Accessibility — WCAG contrast
Aa
#e8f367 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8f367 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green95.3%
Blue40.4%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow57.6%
Key (black)4.7%
Color previews
#e8f367 text on a black background
contrast 17.45:1
Card sample
#e8f367 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8f367;
Background color
Panel with #e8f367 background
background-color: #e8f367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8f367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8f367; background: linear-gradient(135deg, #e8f367, #8BF367);