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