#ffeb5c
a light, electric yellow · cool · closest name: gold
RGB
255, 235, 92
HSL
53°, 100%, 68%
CMYK
0, 8, 64, 0
Luminance
0.8145
Every format
| HEX | #ffeb5c |
| RGB | rgb(255, 235, 92) |
| HSL | hsl(53, 100%, 68%) |
| CMYK | cmyk(0%, 8%, 64%, 0%) |
| LAB | lab(92.3 -9.3 69.4) |
| LCH | lch(92.3 70.0 97.6) |
| OKLCH | oklch(0.931 0.160 101.3) |
Copy-ready code
/* CSS */
color: #ffeb5c;
background-color: #ffeb5c;
/* Tailwind (arbitrary) */
class="text-[#ffeb5c] bg-[#ffeb5c]"
/* SCSS */
$brand: #ffeb5c;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.361)
/* Android */
Color.parseColor("#ffeb5c")Accessibility — WCAG contrast
Aa
#ffeb5c on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb5c on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow63.9%
Key (black)0.0%
Color previews
#ffeb5c text on a black background
contrast 17.29:1
Card sample
#ffeb5c text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb5c;
Background color
Panel with #ffeb5c background
background-color: #ffeb5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb5c; background: linear-gradient(135deg, #ffeb5c, #A6FF5C);