#ffe352
a light, electric yellow · cool · closest name: gold
RGB
255, 227, 82
HSL
50°, 100%, 66%
CMYK
0, 11, 68, 0
Luminance
0.7681
Every format
| HEX | #ffe352 |
| RGB | rgb(255, 227, 82) |
| HSL | hsl(50, 100%, 66%) |
| CMYK | cmyk(0%, 11%, 68%, 0%) |
| LAB | lab(90.2 -5.9 71.2) |
| LCH | lch(90.2 71.4 94.7) |
| OKLCH | oklch(0.914 0.161 98.1) |
Copy-ready code
/* CSS */
color: #ffe352;
background-color: #ffe352;
/* Tailwind (arbitrary) */
class="text-[#ffe352] bg-[#ffe352]"
/* SCSS */
$brand: #ffe352;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.322)
/* Android */
Color.parseColor("#ffe352")Accessibility — WCAG contrast
Aa
#ffe352 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe352 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow67.8%
Key (black)0.0%
Color previews
#ffe352 text on a black background
contrast 16.36:1
Card sample
#ffe352 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe352;
Background color
Panel with #ffe352 background
background-color: #ffe352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe352; background: linear-gradient(135deg, #ffe352, #A8FF52);