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