#fefc23
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 252, 35
HSL
60°, 99%, 57%
CMYK
0, 1, 86, 0
Luminance
0.9081
Every format
| HEX | #fefc23 |
| RGB | rgb(254, 252, 35) |
| HSL | hsl(60, 99%, 57%) |
| CMYK | cmyk(0%, 1%, 86%, 0%) |
| LAB | lab(96.3 -20.1 90.1) |
| LCH | lch(96.3 92.3 102.6) |
| OKLCH | oklch(0.962 0.203 109.1) |
Copy-ready code
/* CSS */
color: #fefc23;
background-color: #fefc23;
/* Tailwind (arbitrary) */
class="text-[#fefc23] bg-[#fefc23]"
/* SCSS */
$brand: #fefc23;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.137)
/* Android */
Color.parseColor("#fefc23")Accessibility — WCAG contrast
Aa
#fefc23 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefc23 on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow86.2%
Key (black)0.4%
Color previews
#fefc23 text on a black background
contrast 19.16:1
Card sample
#fefc23 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefc23;
Background color
Panel with #fefc23 background
background-color: #fefc23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefc23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefc23; background: linear-gradient(135deg, #fefc23, #6EFE23);