#fdf727
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 247, 39
HSL
58°, 98%, 57%
CMYK
0, 2, 85, 1
Luminance
0.8755
Every format
| HEX | #fdf727 |
| RGB | rgb(253, 247, 39) |
| HSL | hsl(58, 98%, 57%) |
| CMYK | cmyk(0%, 2%, 85%, 1%) |
| LAB | lab(95.0 -18.1 88.2) |
| LCH | lch(95.0 90.1 101.6) |
| OKLCH | oklch(0.951 0.198 107.8) |
Copy-ready code
/* CSS */
color: #fdf727;
background-color: #fdf727;
/* Tailwind (arbitrary) */
class="text-[#fdf727] bg-[#fdf727]"
/* SCSS */
$brand: #fdf727;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.153)
/* Android */
Color.parseColor("#fdf727")Accessibility — WCAG contrast
Aa
#fdf727 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf727 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow84.6%
Key (black)0.8%
Color previews
#fdf727 text on a black background
contrast 18.51:1
Card sample
#fdf727 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf727;
Background color
Panel with #fdf727 background
background-color: #fdf727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf727; background: linear-gradient(135deg, #fdf727, #75FD27);