#fcf607
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 246, 7
HSL
59°, 98%, 51%
CMYK
0, 2, 97, 1
Luminance
0.8662
Every format
| HEX | #fcf607 |
| RGB | rgb(252, 246, 7) |
| HSL | hsl(59, 98%, 51%) |
| CMYK | cmyk(0%, 2%, 97%, 1%) |
| LAB | lab(94.6 -18.4 92.0) |
| LCH | lch(94.6 93.8 101.3) |
| OKLCH | oklch(0.947 0.203 107.9) |
Copy-ready code
/* CSS */
color: #fcf607;
background-color: #fcf607;
/* Tailwind (arbitrary) */
class="text-[#fcf607] bg-[#fcf607]"
/* SCSS */
$brand: #fcf607;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.027)
/* Android */
Color.parseColor("#fcf607")Accessibility — WCAG contrast
Aa
#fcf607 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf607 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow97.2%
Key (black)1.2%
Color previews
#fcf607 text on a black background
contrast 18.32:1
Card sample
#fcf607 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf607;
Background color
Panel with #fcf607 background
background-color: #fcf607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf607; background: linear-gradient(135deg, #fcf607, #5FFC07);