#ffce21
a balanced, electric yellow · cool · closest name: gold
RGB
255, 206, 33
HSL
47°, 100%, 57%
CMYK
0, 19, 87, 0
Luminance
0.6551
Every format
| HEX | #ffce21 |
| RGB | rgb(255, 206, 33) |
| HSL | hsl(47, 100%, 57%) |
| CMYK | cmyk(0%, 19%, 87%, 0%) |
| LAB | lab(84.8 3.0 81.3) |
| LCH | lch(84.8 81.4 87.9) |
| OKLCH | oklch(0.870 0.172 90.6) |
Copy-ready code
/* CSS */
color: #ffce21;
background-color: #ffce21;
/* Tailwind (arbitrary) */
class="text-[#ffce21] bg-[#ffce21]"
/* SCSS */
$brand: #ffce21;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#ffce21")Accessibility — WCAG contrast
Aa
#ffce21 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce21 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow87.1%
Key (black)0.0%
Color previews
#ffce21 text on a black background
contrast 14.10:1
Card sample
#ffce21 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce21;
Background color
Panel with #ffce21 background
background-color: #ffce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce21; background: linear-gradient(135deg, #ffce21, #9CFF21);