#ffe322
a balanced, electric yellow · cool · closest name: gold
RGB
255, 227, 34
HSL
52°, 100%, 57%
CMYK
0, 11, 87, 0
Luminance
0.7631
Every format
| HEX | #ffe322 |
| RGB | rgb(255, 227, 34) |
| HSL | hsl(52, 100%, 57%) |
| CMYK | cmyk(0%, 11%, 87%, 0%) |
| LAB | lab(90.0 -7.5 85.3) |
| LCH | lch(90.0 85.6 95.1) |
| OKLCH | oklch(0.911 0.184 99.9) |
Copy-ready code
/* CSS */
color: #ffe322;
background-color: #ffe322;
/* Tailwind (arbitrary) */
class="text-[#ffe322] bg-[#ffe322]"
/* SCSS */
$brand: #ffe322;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.133)
/* Android */
Color.parseColor("#ffe322")Accessibility — WCAG contrast
Aa
#ffe322 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe322 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow86.7%
Key (black)0.0%
Color previews
#ffe322 text on a black background
contrast 16.26:1
Card sample
#ffe322 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe322;
Background color
Panel with #ffe322 background
background-color: #ffe322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe322; background: linear-gradient(135deg, #ffe322, #88FF22);