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