#ffe844
a balanced, electric yellow · cool · closest name: gold
RGB
255, 232, 68
HSL
53°, 100%, 63%
CMYK
0, 9, 73, 0
Luminance
0.7939
Every format
| HEX | #ffe844 |
| RGB | rgb(255, 232, 68) |
| HSL | hsl(53, 100%, 63%) |
| CMYK | cmyk(0%, 9%, 73%, 0%) |
| LAB | lab(91.4 -9.0 77.4) |
| LCH | lch(91.4 77.9 96.6) |
| OKLCH | oklch(0.923 0.173 101.0) |
Copy-ready code
/* CSS */
color: #ffe844;
background-color: #ffe844;
/* Tailwind (arbitrary) */
class="text-[#ffe844] bg-[#ffe844]"
/* SCSS */
$brand: #ffe844;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.267)
/* Android */
Color.parseColor("#ffe844")Accessibility — WCAG contrast
Aa
#ffe844 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe844 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow73.3%
Key (black)0.0%
Color previews
#ffe844 text on a black background
contrast 16.88:1
Card sample
#ffe844 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe844;
Background color
Panel with #ffe844 background
background-color: #ffe844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe844; background: linear-gradient(135deg, #ffe844, #99FF44);