#fef39b
a light, electric yellow · cool · closest name: khaki
RGB
254, 243, 155
HSL
53°, 98%, 80%
CMYK
0, 4, 39, 0
Luminance
0.8754
Every format
| HEX | #fef39b |
| RGB | rgb(254, 243, 155) |
| HSL | hsl(53, 98%, 80%) |
| CMYK | cmyk(0%, 4%, 39%, 0%) |
| LAB | lab(95.0 -8.5 43.7) |
| LCH | lch(95.0 44.6 101.0) |
| OKLCH | oklch(0.954 0.109 102.1) |
Copy-ready code
/* CSS */
color: #fef39b;
background-color: #fef39b;
/* Tailwind (arbitrary) */
class="text-[#fef39b] bg-[#fef39b]"
/* SCSS */
$brand: #fef39b;
/* SwiftUI */
Color(red: 0.996, green: 0.953, blue: 0.608)
/* Android */
Color.parseColor("#fef39b")Accessibility — WCAG contrast
Aa
#fef39b on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef39b on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow39.0%
Key (black)0.4%
Color previews
#fef39b text on a black background
contrast 18.51:1
Card sample
#fef39b text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef39b;
Background color
Panel with #fef39b background
background-color: #fef39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 243, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 243, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef39b; background: linear-gradient(135deg, #fef39b, #C7FE9B);