#ffe15c
a light, electric yellow · cool · closest name: gold
RGB
255, 225, 92
HSL
49°, 100%, 68%
CMYK
0, 12, 64, 0
Luminance
0.7588
Every format
| HEX | #ffe15c |
| RGB | rgb(255, 225, 92) |
| HSL | hsl(49, 100%, 68%) |
| CMYK | cmyk(0%, 12%, 64%, 0%) |
| LAB | lab(89.8 -4.3 66.7) |
| LCH | lch(89.8 66.9 93.7) |
| OKLCH | oklch(0.911 0.152 96.5) |
Copy-ready code
/* CSS */
color: #ffe15c;
background-color: #ffe15c;
/* Tailwind (arbitrary) */
class="text-[#ffe15c] bg-[#ffe15c]"
/* SCSS */
$brand: #ffe15c;
/* SwiftUI */
Color(red: 1.000, green: 0.882, blue: 0.361)
/* Android */
Color.parseColor("#ffe15c")Accessibility — WCAG contrast
Aa
#ffe15c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe15c on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow63.9%
Key (black)0.0%
Color previews
#ffe15c text on a black background
contrast 16.18:1
Card sample
#ffe15c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe15c;
Background color
Panel with #ffe15c background
background-color: #ffe15c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe15c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 225, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 225, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe15c; background: linear-gradient(135deg, #ffe15c, #B0FF5C);