#fece39
a balanced, electric yellow · cool · closest name: gold
RGB
254, 206, 57
HSL
45°, 99%, 61%
CMYK
0, 19, 78, 0
Luminance
0.6551
Every format
| HEX | #fece39 |
| RGB | rgb(254, 206, 57) |
| HSL | hsl(45, 99%, 61%) |
| CMYK | cmyk(0%, 19%, 78%, 0%) |
| LAB | lab(84.8 3.3 74.8) |
| LCH | lch(84.8 74.9 87.5) |
| OKLCH | oklch(0.870 0.163 89.7) |
Copy-ready code
/* CSS */
color: #fece39;
background-color: #fece39;
/* Tailwind (arbitrary) */
class="text-[#fece39] bg-[#fece39]"
/* SCSS */
$brand: #fece39;
/* SwiftUI */
Color(red: 0.996, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#fece39")Accessibility — WCAG contrast
Aa
#fece39 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fece39 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow77.6%
Key (black)0.4%
Color previews
#fece39 text on a black background
contrast 14.10:1
Card sample
#fece39 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fece39;
Background color
Panel with #fece39 background
background-color: #fece39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fece39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fece39; background: linear-gradient(135deg, #fece39, #ABFE39);