#ffe855
a light, electric yellow · cool · closest name: gold
RGB
255, 232, 85
HSL
52°, 100%, 67%
CMYK
0, 9, 67, 0
Luminance
0.7963
Every format
| HEX | #ffe855 |
| RGB | rgb(255, 232, 85) |
| HSL | hsl(52, 100%, 67%) |
| CMYK | cmyk(0%, 9%, 67%, 0%) |
| LAB | lab(91.5 -8.2 71.3) |
| LCH | lch(91.5 71.8 96.6) |
| OKLCH | oklch(0.924 0.163 100.3) |
Copy-ready code
/* CSS */
color: #ffe855;
background-color: #ffe855;
/* Tailwind (arbitrary) */
class="text-[#ffe855] bg-[#ffe855]"
/* SCSS */
$brand: #ffe855;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.333)
/* Android */
Color.parseColor("#ffe855")Accessibility — WCAG contrast
Aa
#ffe855 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe855 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow66.7%
Key (black)0.0%
Color previews
#ffe855 text on a black background
contrast 16.93:1
Card sample
#ffe855 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe855;
Background color
Panel with #ffe855 background
background-color: #ffe855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe855; background: linear-gradient(135deg, #ffe855, #A5FF55);