#ffeb1b
a balanced, electric yellow · cool · closest name: gold
RGB
255, 235, 27
HSL
55°, 100%, 55%
CMYK
0, 8, 89, 0
Luminance
0.8076
Every format
| HEX | #ffeb1b |
| RGB | rgb(255, 235, 27) |
| HSL | hsl(55, 100%, 55%) |
| CMYK | cmyk(0%, 8%, 89%, 0%) |
| LAB | lab(92.0 -11.6 88.1) |
| LCH | lch(92.0 88.8 97.5) |
| OKLCH | oklch(0.927 0.191 103.1) |
Copy-ready code
/* CSS */
color: #ffeb1b;
background-color: #ffeb1b;
/* Tailwind (arbitrary) */
class="text-[#ffeb1b] bg-[#ffeb1b]"
/* SCSS */
$brand: #ffeb1b;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.106)
/* Android */
Color.parseColor("#ffeb1b")Accessibility — WCAG contrast
Aa
#ffeb1b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb1b on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow89.4%
Key (black)0.0%
Color previews
#ffeb1b text on a black background
contrast 17.15:1
Card sample
#ffeb1b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb1b;
Background color
Panel with #ffeb1b background
background-color: #ffeb1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb1b; background: linear-gradient(135deg, #ffeb1b, #7BFF1B);