#ffc02a
a balanced, electric yellow · warm · closest name: orange
RGB
255, 192, 42
HSL
42°, 100%, 58%
CMYK
0, 25, 84, 0
Luminance
0.5913
Every format
| HEX | #ffc02a |
| RGB | rgb(255, 192, 42) |
| HSL | hsl(42, 100%, 58%) |
| CMYK | cmyk(0%, 25%, 84%, 0%) |
| LAB | lab(81.4 10.5 76.4) |
| LCH | lch(81.4 77.1 82.2) |
| OKLCH | oklch(0.843 0.164 83.0) |
Copy-ready code
/* CSS */
color: #ffc02a;
background-color: #ffc02a;
/* Tailwind (arbitrary) */
class="text-[#ffc02a] bg-[#ffc02a]"
/* SCSS */
$brand: #ffc02a;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#ffc02a")Accessibility — WCAG contrast
Aa
#ffc02a on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc02a on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow83.5%
Key (black)0.0%
Color previews
#ffc02a text on a black background
contrast 12.83:1
Card sample
#ffc02a text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc02a;
Background color
Panel with #ffc02a background
background-color: #ffc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc02a; background: linear-gradient(135deg, #ffc02a, #B0FF2A);