#fcf072
a light, electric yellow · cool · closest name: khaki
RGB
252, 240, 114
HSL
55°, 96%, 72%
CMYK
0, 5, 55, 1
Luminance
0.8423
Every format
| HEX | #fcf072 |
| RGB | rgb(252, 240, 114) |
| HSL | hsl(55, 96%, 72%) |
| CMYK | cmyk(0%, 5%, 55%, 1%) |
| LAB | lab(93.5 -11.5 61.3) |
| LCH | lch(93.5 62.4 100.6) |
| OKLCH | oklch(0.940 0.147 103.9) |
Copy-ready code
/* CSS */
color: #fcf072;
background-color: #fcf072;
/* Tailwind (arbitrary) */
class="text-[#fcf072] bg-[#fcf072]"
/* SCSS */
$brand: #fcf072;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.447)
/* Android */
Color.parseColor("#fcf072")Accessibility — WCAG contrast
Aa
#fcf072 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf072 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow54.8%
Key (black)1.2%
Color previews
#fcf072 text on a black background
contrast 17.85:1
Card sample
#fcf072 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf072;
Background color
Panel with #fcf072 background
background-color: #fcf072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf072; background: linear-gradient(135deg, #fcf072, #ACFC72);