#fee968
a light, electric yellow · cool · closest name: khaki
RGB
254, 233, 104
HSL
52°, 99%, 70%
CMYK
0, 8, 59, 0
Luminance
0.8035
Every format
| HEX | #fee968 |
| RGB | rgb(254, 233, 104) |
| HSL | hsl(52, 99%, 70%) |
| CMYK | cmyk(0%, 8%, 59%, 0%) |
| LAB | lab(91.8 -8.0 63.8) |
| LCH | lch(91.8 64.3 97.1) |
| OKLCH | oklch(0.927 0.149 100.1) |
Copy-ready code
/* CSS */
color: #fee968;
background-color: #fee968;
/* Tailwind (arbitrary) */
class="text-[#fee968] bg-[#fee968]"
/* SCSS */
$brand: #fee968;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.408)
/* Android */
Color.parseColor("#fee968")Accessibility — WCAG contrast
Aa
#fee968 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee968 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow59.1%
Key (black)0.4%
Color previews
#fee968 text on a black background
contrast 17.07:1
Card sample
#fee968 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee968;
Background color
Panel with #fee968 background
background-color: #fee968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee968; background: linear-gradient(135deg, #fee968, #AFFE68);