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