#fcd466
a light, electric yellow · warm · closest name: khaki
RGB
252, 212, 102
HSL
44°, 96%, 69%
CMYK
0, 16, 60, 1
Luminance
0.6874
Every format
| HEX | #fcd466 |
| RGB | rgb(252, 212, 102) |
| HSL | hsl(44, 96%, 69%) |
| CMYK | cmyk(0%, 16%, 60%, 1%) |
| LAB | lab(86.4 1.7 58.5) |
| LCH | lch(86.4 58.5 88.4) |
| OKLCH | oklch(0.883 0.136 89.4) |
Copy-ready code
/* CSS */
color: #fcd466;
background-color: #fcd466;
/* Tailwind (arbitrary) */
class="text-[#fcd466] bg-[#fcd466]"
/* SCSS */
$brand: #fcd466;
/* SwiftUI */
Color(red: 0.988, green: 0.831, blue: 0.400)
/* Android */
Color.parseColor("#fcd466")Accessibility — WCAG contrast
Aa
#fcd466 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd466 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.1%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow59.5%
Key (black)1.2%
Color previews
#fcd466 text on a black background
contrast 14.75:1
Card sample
#fcd466 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd466;
Background color
Panel with #fcd466 background
background-color: #fcd466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 212, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 212, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd466; background: linear-gradient(135deg, #fcd466, #C0FC66);