#ffe691
a light, electric yellow · cool · closest name: khaki
RGB
255, 230, 145
HSL
46°, 100%, 78%
CMYK
0, 10, 43, 0
Luminance
0.7990
Every format
| HEX | #ffe691 |
| RGB | rgb(255, 230, 145) |
| HSL | hsl(46, 100%, 78%) |
| CMYK | cmyk(0%, 10%, 43%, 0%) |
| LAB | lab(91.6 -2.6 44.4) |
| LCH | lch(91.6 44.5 93.4) |
| OKLCH | oklch(0.927 0.108 93.6) |
Copy-ready code
/* CSS */
color: #ffe691;
background-color: #ffe691;
/* Tailwind (arbitrary) */
class="text-[#ffe691] bg-[#ffe691]"
/* SCSS */
$brand: #ffe691;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.569)
/* Android */
Color.parseColor("#ffe691")Accessibility — WCAG contrast
Aa
#ffe691 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe691 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow43.1%
Key (black)0.0%
Color previews
#ffe691 text on a black background
contrast 16.98:1
Card sample
#ffe691 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe691;
Background color
Panel with #ffe691 background
background-color: #ffe691;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe691;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe691; background: linear-gradient(135deg, #ffe691, #CFFF91);