#ffe34f
a light, electric yellow · cool · closest name: gold
RGB
255, 227, 79
HSL
51°, 100%, 66%
CMYK
0, 11, 69, 0
Luminance
0.7676
Every format
| HEX | #ffe34f |
| RGB | rgb(255, 227, 79) |
| HSL | hsl(51, 100%, 66%) |
| CMYK | cmyk(0%, 11%, 69%, 0%) |
| LAB | lab(90.2 -6.0 72.3) |
| LCH | lch(90.2 72.6 94.8) |
| OKLCH | oklch(0.914 0.163 98.3) |
Copy-ready code
/* CSS */
color: #ffe34f;
background-color: #ffe34f;
/* Tailwind (arbitrary) */
class="text-[#ffe34f] bg-[#ffe34f]"
/* SCSS */
$brand: #ffe34f;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.310)
/* Android */
Color.parseColor("#ffe34f")Accessibility — WCAG contrast
Aa
#ffe34f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe34f on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow69.0%
Key (black)0.0%
Color previews
#ffe34f text on a black background
contrast 16.35:1
Card sample
#ffe34f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe34f;
Background color
Panel with #ffe34f background
background-color: #ffe34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe34f; background: linear-gradient(135deg, #ffe34f, #A6FF4F);