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