#ffd652
a light, electric yellow · cool · closest name: gold
RGB
255, 214, 82
HSL
46°, 100%, 66%
CMYK
0, 16, 68, 0
Luminance
0.6996
Every format
| HEX | #ffd652 |
| RGB | rgb(255, 214, 82) |
| HSL | hsl(46, 100%, 66%) |
| CMYK | cmyk(0%, 16%, 68%, 0%) |
| LAB | lab(87.0 0.7 67.8) |
| LCH | lch(87.0 67.8 89.4) |
| OKLCH | oklch(0.888 0.152 91.5) |
Copy-ready code
/* CSS */
color: #ffd652;
background-color: #ffd652;
/* Tailwind (arbitrary) */
class="text-[#ffd652] bg-[#ffd652]"
/* SCSS */
$brand: #ffd652;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#ffd652")Accessibility — WCAG contrast
Aa
#ffd652 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd652 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow67.8%
Key (black)0.0%
Color previews
#ffd652 text on a black background
contrast 14.99:1
Card sample
#ffd652 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd652;
Background color
Panel with #ffd652 background
background-color: #ffd652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd652; background: linear-gradient(135deg, #ffd652, #B5FF52);