#ffe113
a balanced, electric yellow · cool · closest name: gold
RGB
255, 225, 19
HSL
52°, 100%, 54%
CMYK
0, 12, 93, 0
Luminance
0.7516
Every format
| HEX | #ffe113 |
| RGB | rgb(255, 225, 19) |
| HSL | hsl(52, 100%, 54%) |
| CMYK | cmyk(0%, 12%, 93%, 0%) |
| LAB | lab(89.5 -6.8 87.2) |
| LCH | lch(89.5 87.5 94.5) |
| OKLCH | oklch(0.907 0.186 99.3) |
Copy-ready code
/* CSS */
color: #ffe113;
background-color: #ffe113;
/* Tailwind (arbitrary) */
class="text-[#ffe113] bg-[#ffe113]"
/* SCSS */
$brand: #ffe113;
/* SwiftUI */
Color(red: 1.000, green: 0.882, blue: 0.075)
/* Android */
Color.parseColor("#ffe113")Accessibility — WCAG contrast
Aa
#ffe113 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe113 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow92.5%
Key (black)0.0%
Color previews
#ffe113 text on a black background
contrast 16.03:1
Card sample
#ffe113 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe113;
Background color
Panel with #ffe113 background
background-color: #ffe113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 225, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 225, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe113; background: linear-gradient(135deg, #ffe113, #7FFF13);