#ffca21
a balanced, electric yellow · cool · closest name: gold
RGB
255, 202, 33
HSL
46°, 100%, 57%
CMYK
0, 21, 87, 0
Luminance
0.6361
Every format
| HEX | #ffca21 |
| RGB | rgb(255, 202, 33) |
| HSL | hsl(46, 100%, 57%) |
| CMYK | cmyk(0%, 21%, 87%, 0%) |
| LAB | lab(83.8 5.1 80.5) |
| LCH | lch(83.8 80.7 86.4) |
| OKLCH | oklch(0.862 0.170 88.6) |
Copy-ready code
/* CSS */
color: #ffca21;
background-color: #ffca21;
/* Tailwind (arbitrary) */
class="text-[#ffca21] bg-[#ffca21]"
/* SCSS */
$brand: #ffca21;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#ffca21")Accessibility — WCAG contrast
Aa
#ffca21 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffca21 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow87.1%
Key (black)0.0%
Color previews
#ffca21 text on a black background
contrast 13.72:1
Card sample
#ffca21 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffca21;
Background color
Panel with #ffca21 background
background-color: #ffca21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffca21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffca21; background: linear-gradient(135deg, #ffca21, #A0FF21);