#fff34d
a light, electric yellow · cool · closest name: gold
RGB
255, 243, 77
HSL
56°, 100%, 65%
CMYK
0, 5, 70, 0
Luminance
0.8590
Every format
| HEX | #fff34d |
| RGB | rgb(255, 243, 77) |
| HSL | hsl(56, 100%, 65%) |
| CMYK | cmyk(0%, 5%, 70%, 0%) |
| LAB | lab(94.3 -14.0 77.1) |
| LCH | lch(94.3 78.3 100.3) |
| OKLCH | oklch(0.946 0.177 105.2) |
Copy-ready code
/* CSS */
color: #fff34d;
background-color: #fff34d;
/* Tailwind (arbitrary) */
class="text-[#fff34d] bg-[#fff34d]"
/* SCSS */
$brand: #fff34d;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.302)
/* Android */
Color.parseColor("#fff34d")Accessibility — WCAG contrast
Aa
#fff34d on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff34d on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow69.8%
Key (black)0.0%
Color previews
#fff34d text on a black background
contrast 18.18:1
Card sample
#fff34d text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff34d;
Background color
Panel with #fff34d background
background-color: #fff34d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff34d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff34d; background: linear-gradient(135deg, #fff34d, #94FF4D);