#ffe913
a balanced, electric yellow · cool · closest name: gold
RGB
255, 233, 19
HSL
54°, 100%, 54%
CMYK
0, 9, 93, 0
Luminance
0.7958
Every format
| HEX | #ffe913 |
| RGB | rgb(255, 233, 19) |
| HSL | hsl(54, 100%, 54%) |
| CMYK | cmyk(0%, 9%, 93%, 0%) |
| LAB | lab(91.5 -10.8 88.8) |
| LCH | lch(91.5 89.4 96.9) |
| OKLCH | oklch(0.923 0.191 102.4) |
Copy-ready code
/* CSS */
color: #ffe913;
background-color: #ffe913;
/* Tailwind (arbitrary) */
class="text-[#ffe913] bg-[#ffe913]"
/* SCSS */
$brand: #ffe913;
/* SwiftUI */
Color(red: 1.000, green: 0.914, blue: 0.075)
/* Android */
Color.parseColor("#ffe913")Accessibility — WCAG contrast
Aa
#ffe913 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe913 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow92.5%
Key (black)0.0%
Color previews
#ffe913 text on a black background
contrast 16.92:1
Card sample
#ffe913 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe913;
Background color
Panel with #ffe913 background
background-color: #ffe913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 233, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 233, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe913; background: linear-gradient(135deg, #ffe913, #78FF13);