#ffe699
a light, electric yellow · cool · closest name: khaki
RGB
255, 230, 153
HSL
45°, 100%, 80%
CMYK
0, 10, 40, 0
Luminance
0.8015
Every format
| HEX | #ffe699 |
| RGB | rgb(255, 230, 153) |
| HSL | hsl(45, 100%, 80%) |
| CMYK | cmyk(0%, 10%, 40%, 0%) |
| LAB | lab(91.8 -1.8 40.6) |
| LCH | lch(91.8 40.7 92.6) |
| OKLCH | oklch(0.928 0.100 92.1) |
Copy-ready code
/* CSS */
color: #ffe699;
background-color: #ffe699;
/* Tailwind (arbitrary) */
class="text-[#ffe699] bg-[#ffe699]"
/* SCSS */
$brand: #ffe699;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.600)
/* Android */
Color.parseColor("#ffe699")Accessibility — WCAG contrast
Aa
#ffe699 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe699 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow40.0%
Key (black)0.0%
Color previews
#ffe699 text on a black background
contrast 17.03:1
Card sample
#ffe699 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe699;
Background color
Panel with #ffe699 background
background-color: #ffe699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe699; background: linear-gradient(135deg, #ffe699, #D4FF99);