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