#fcff69
a light, electric yellow · cool · closest name: yellow
RGB
252, 255, 105
HSL
61°, 100%, 71%
CMYK
1, 0, 59, 0
Luminance
0.9324
Every format
| HEX | #fcff69 |
| RGB | rgb(252, 255, 105) |
| HSL | hsl(61, 100%, 71%) |
| CMYK | cmyk(1%, 0%, 59%, 0%) |
| LAB | lab(97.3 -19.4 69.4) |
| LCH | lch(97.3 72.1 105.6) |
| OKLCH | oklch(0.970 0.170 110.3) |
Copy-ready code
/* CSS */
color: #fcff69;
background-color: #fcff69;
/* Tailwind (arbitrary) */
class="text-[#fcff69] bg-[#fcff69]"
/* SCSS */
$brand: #fcff69;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#fcff69")Accessibility — WCAG contrast
Aa
#fcff69 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcff69 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue41.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#fcff69 text on a black background
contrast 19.65:1
Card sample
#fcff69 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcff69;
Background color
Panel with #fcff69 background
background-color: #fcff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcff69; background: linear-gradient(135deg, #fcff69, #98FF69);