#ffe91f
a balanced, electric yellow · cool · closest name: gold
RGB
255, 233, 31
HSL
54°, 100%, 56%
CMYK
0, 9, 88, 0
Luminance
0.7964
Every format
| HEX | #ffe91f |
| RGB | rgb(255, 233, 31) |
| HSL | hsl(54, 100%, 56%) |
| CMYK | cmyk(0%, 9%, 88%, 0%) |
| LAB | lab(91.5 -10.6 87.0) |
| LCH | lch(91.5 87.7 96.9) |
| OKLCH | oklch(0.923 0.189 102.3) |
Copy-ready code
/* CSS */
color: #ffe91f;
background-color: #ffe91f;
/* Tailwind (arbitrary) */
class="text-[#ffe91f] bg-[#ffe91f]"
/* SCSS */
$brand: #ffe91f;
/* SwiftUI */
Color(red: 1.000, green: 0.914, blue: 0.122)
/* Android */
Color.parseColor("#ffe91f")Accessibility — WCAG contrast
Aa
#ffe91f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe91f on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow87.8%
Key (black)0.0%
Color previews
#ffe91f text on a black background
contrast 16.93:1
Card sample
#ffe91f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe91f;
Background color
Panel with #ffe91f background
background-color: #ffe91f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe91f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 233, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 233, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe91f; background: linear-gradient(135deg, #ffe91f, #80FF1F);