#ffd855
a light, electric yellow · cool · closest name: gold
RGB
255, 216, 85
HSL
46°, 100%, 67%
CMYK
0, 15, 67, 0
Luminance
0.7103
Every format
| HEX | #ffd855 |
| RGB | rgb(255, 216, 85) |
| HSL | hsl(46, 100%, 67%) |
| CMYK | cmyk(0%, 15%, 67%, 0%) |
| LAB | lab(87.5 -0.2 67.2) |
| LCH | lch(87.5 67.2 90.1) |
| OKLCH | oklch(0.892 0.152 92.3) |
Copy-ready code
/* CSS */
color: #ffd855;
background-color: #ffd855;
/* Tailwind (arbitrary) */
class="text-[#ffd855] bg-[#ffd855]"
/* SCSS */
$brand: #ffd855;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.333)
/* Android */
Color.parseColor("#ffd855")Accessibility — WCAG contrast
Aa
#ffd855 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd855 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow66.7%
Key (black)0.0%
Color previews
#ffd855 text on a black background
contrast 15.21:1
Card sample
#ffd855 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd855;
Background color
Panel with #ffd855 background
background-color: #ffd855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd855; background: linear-gradient(135deg, #ffd855, #B5FF55);