#ffca2f
a balanced, electric yellow · warm · closest name: gold
RGB
255, 202, 47
HSL
45°, 100%, 59%
CMYK
0, 21, 82, 0
Luminance
0.6371
Every format
| HEX | #ffca2f |
| RGB | rgb(255, 202, 47) |
| HSL | hsl(45, 100%, 59%) |
| CMYK | cmyk(0%, 21%, 82%, 0%) |
| LAB | lab(83.8 5.4 77.1) |
| LCH | lch(83.8 77.3 86.0) |
| OKLCH | oklch(0.863 0.166 87.9) |
Copy-ready code
/* CSS */
color: #ffca2f;
background-color: #ffca2f;
/* Tailwind (arbitrary) */
class="text-[#ffca2f] bg-[#ffca2f]"
/* SCSS */
$brand: #ffca2f;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.184)
/* Android */
Color.parseColor("#ffca2f")Accessibility — WCAG contrast
Aa
#ffca2f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffca2f on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow81.6%
Key (black)0.0%
Color previews
#ffca2f text on a black background
contrast 13.74:1
Card sample
#ffca2f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffca2f;
Background color
Panel with #ffca2f background
background-color: #ffca2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffca2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffca2f; background: linear-gradient(135deg, #ffca2f, #A9FF2F);