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