#fdf323
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 243, 35
HSL
57°, 98%, 57%
CMYK
0, 4, 86, 1
Luminance
0.8511
Every format
| HEX | #fdf323 |
| RGB | rgb(253, 243, 35) |
| HSL | hsl(57, 98%, 57%) |
| CMYK | cmyk(0%, 4%, 86%, 1%) |
| LAB | lab(93.9 -16.2 88.2) |
| LCH | lch(93.9 89.6 100.4) |
| OKLCH | oklch(0.942 0.196 106.5) |
Copy-ready code
/* CSS */
color: #fdf323;
background-color: #fdf323;
/* Tailwind (arbitrary) */
class="text-[#fdf323] bg-[#fdf323]"
/* SCSS */
$brand: #fdf323;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.137)
/* Android */
Color.parseColor("#fdf323")Accessibility — WCAG contrast
Aa
#fdf323 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf323 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow86.2%
Key (black)0.8%
Color previews
#fdf323 text on a black background
contrast 18.02:1
Card sample
#fdf323 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf323;
Background color
Panel with #fdf323 background
background-color: #fdf323;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf323;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf323; background: linear-gradient(135deg, #fdf323, #76FD23);