#fcfd03
a balanced, electric yellow · cool · “yellow”
RGB
252, 253, 3
HSL
60°, 98%, 50%
CMYK
0, 0, 99, 1
Luminance
0.9095
Every format
| HEX | #fcfd03 |
| RGB | rgb(252, 253, 3) |
| HSL | hsl(60, 98%, 50%) |
| CMYK | cmyk(0%, 0%, 99%, 1%) |
| LAB | lab(96.4 -21.8 93.6) |
| LCH | lch(96.4 96.1 103.1) |
| OKLCH | oklch(0.961 0.210 110.1) |
Copy-ready code
/* CSS */
color: #fcfd03;
background-color: #fcfd03;
/* Tailwind (arbitrary) */
class="text-[#fcfd03] bg-[#fcfd03]"
/* SCSS */
$brand: #fcfd03;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.012)
/* Android */
Color.parseColor("#fcfd03")Accessibility — WCAG contrast
Aa
#fcfd03 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd03 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue1.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow98.8%
Key (black)0.8%
Color previews
#fcfd03 text on a black background
contrast 19.19:1
Card sample
#fcfd03 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd03;
Background color
Panel with #fcfd03 background
background-color: #fcfd03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd03; background: linear-gradient(135deg, #fcfd03, #56FD03);