#ffeb3b
a balanced, electric yellow · cool · closest name: gold
RGB
255, 235, 59
HSL
54°, 100%, 62%
CMYK
0, 8, 77, 0
Luminance
0.8099
Every format
| HEX | #ffeb3b |
| RGB | rgb(255, 235, 59) |
| HSL | hsl(54, 100%, 62%) |
| CMYK | cmyk(0%, 8%, 77%, 0%) |
| LAB | lab(92.1 -10.8 80.9) |
| LCH | lch(92.1 81.6 97.6) |
| OKLCH | oklch(0.928 0.180 102.5) |
Copy-ready code
/* CSS */
color: #ffeb3b;
background-color: #ffeb3b;
/* Tailwind (arbitrary) */
class="text-[#ffeb3b] bg-[#ffeb3b]"
/* SCSS */
$brand: #ffeb3b;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.231)
/* Android */
Color.parseColor("#ffeb3b")Accessibility — WCAG contrast
Aa
#ffeb3b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb3b on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow76.9%
Key (black)0.0%
Color previews
#ffeb3b text on a black background
contrast 17.20:1
Card sample
#ffeb3b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb3b;
Background color
Panel with #ffeb3b background
background-color: #ffeb3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb3b; background: linear-gradient(135deg, #ffeb3b, #90FF3B);