#ffd558
a light, electric yellow · warm · closest name: gold
RGB
255, 213, 88
HSL
45°, 100%, 67%
CMYK
0, 17, 66, 0
Luminance
0.6955
Every format
| HEX | #ffd558 |
| RGB | rgb(255, 213, 88) |
| HSL | hsl(45, 100%, 67%) |
| CMYK | cmyk(0%, 17%, 66%, 0%) |
| LAB | lab(86.8 1.5 65.2) |
| LCH | lch(86.8 65.2 88.7) |
| OKLCH | oklch(0.887 0.148 90.3) |
Copy-ready code
/* CSS */
color: #ffd558;
background-color: #ffd558;
/* Tailwind (arbitrary) */
class="text-[#ffd558] bg-[#ffd558]"
/* SCSS */
$brand: #ffd558;
/* SwiftUI */
Color(red: 1.000, green: 0.835, blue: 0.345)
/* Android */
Color.parseColor("#ffd558")Accessibility — WCAG contrast
Aa
#ffd558 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd558 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.5%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow65.5%
Key (black)0.0%
Color previews
#ffd558 text on a black background
contrast 14.91:1
Card sample
#ffd558 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd558;
Background color
Panel with #ffd558 background
background-color: #ffd558;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd558;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 213, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 213, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd558; background: linear-gradient(135deg, #ffd558, #BAFF58);