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