#ffc84a
a balanced, electric yellow · warm · closest name: orange
RGB
255, 200, 74
HSL
42°, 100%, 65%
CMYK
0, 22, 71, 0
Luminance
0.6306
Every format
| HEX | #ffc84a |
| RGB | rgb(255, 200, 74) |
| HSL | hsl(42, 100%, 65%) |
| CMYK | cmyk(0%, 22%, 71%, 0%) |
| LAB | lab(83.5 7.5 67.5) |
| LCH | lch(83.5 67.9 83.7) |
| OKLCH | oklch(0.860 0.151 84.4) |
Copy-ready code
/* CSS */
color: #ffc84a;
background-color: #ffc84a;
/* Tailwind (arbitrary) */
class="text-[#ffc84a] bg-[#ffc84a]"
/* SCSS */
$brand: #ffc84a;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.290)
/* Android */
Color.parseColor("#ffc84a")Accessibility — WCAG contrast
Aa
#ffc84a on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc84a on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow71.0%
Key (black)0.0%
Color previews
#ffc84a text on a black background
contrast 13.61:1
Card sample
#ffc84a text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc84a;
Background color
Panel with #ffc84a background
background-color: #ffc84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc84a; background: linear-gradient(135deg, #ffc84a, #BDFF4A);