#ffe622
a balanced, electric yellow · cool · closest name: gold
RGB
255, 230, 34
HSL
53°, 100%, 57%
CMYK
0, 10, 87, 0
Luminance
0.7797
Every format
| HEX | #ffe622 |
| RGB | rgb(255, 230, 34) |
| HSL | hsl(53, 100%, 57%) |
| CMYK | cmyk(0%, 10%, 87%, 0%) |
| LAB | lab(90.8 -9.0 85.9) |
| LCH | lch(90.8 86.4 96.0) |
| OKLCH | oklch(0.917 0.186 101.1) |
Copy-ready code
/* CSS */
color: #ffe622;
background-color: #ffe622;
/* Tailwind (arbitrary) */
class="text-[#ffe622] bg-[#ffe622]"
/* SCSS */
$brand: #ffe622;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.133)
/* Android */
Color.parseColor("#ffe622")Accessibility — WCAG contrast
Aa
#ffe622 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe622 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow86.7%
Key (black)0.0%
Color previews
#ffe622 text on a black background
contrast 16.59:1
Card sample
#ffe622 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe622;
Background color
Panel with #ffe622 background
background-color: #ffe622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe622; background: linear-gradient(135deg, #ffe622, #85FF22);