#fef367
a light, electric yellow · cool · closest name: khaki
RGB
254, 243, 103
HSL
56°, 99%, 70%
CMYK
0, 4, 59, 0
Luminance
0.8615
Every format
| HEX | #fef367 |
| RGB | rgb(254, 243, 103) |
| HSL | hsl(56, 99%, 70%) |
| CMYK | cmyk(0%, 4%, 59%, 0%) |
| LAB | lab(94.4 -13.0 67.0) |
| LCH | lch(94.4 68.3 100.9) |
| OKLCH | oklch(0.947 0.159 104.8) |
Copy-ready code
/* CSS */
color: #fef367;
background-color: #fef367;
/* Tailwind (arbitrary) */
class="text-[#fef367] bg-[#fef367]"
/* SCSS */
$brand: #fef367;
/* SwiftUI */
Color(red: 0.996, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#fef367")Accessibility — WCAG contrast
Aa
#fef367 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef367 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.3%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow59.4%
Key (black)0.4%
Color previews
#fef367 text on a black background
contrast 18.23:1
Card sample
#fef367 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef367;
Background color
Panel with #fef367 background
background-color: #fef367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef367; background: linear-gradient(135deg, #fef367, #A4FE67);