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