#fcf367
a light, electric yellow · cool · closest name: khaki
RGB
252, 243, 103
HSL
56°, 96%, 70%
CMYK
0, 4, 59, 1
Luminance
0.8578
Every format
| HEX | #fcf367 |
| RGB | rgb(252, 243, 103) |
| HSL | hsl(56, 96%, 70%) |
| CMYK | cmyk(0%, 4%, 59%, 1%) |
| LAB | lab(94.2 -13.8 66.8) |
| LCH | lch(94.2 68.2 101.6) |
| OKLCH | oklch(0.945 0.159 105.6) |
Copy-ready code
/* CSS */
color: #fcf367;
background-color: #fcf367;
/* Tailwind (arbitrary) */
class="text-[#fcf367] bg-[#fcf367]"
/* SCSS */
$brand: #fcf367;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#fcf367")Accessibility — WCAG contrast
Aa
#fcf367 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf367 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow59.1%
Key (black)1.2%
Color previews
#fcf367 text on a black background
contrast 18.16:1
Card sample
#fcf367 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf367;
Background color
Panel with #fcf367 background
background-color: #fcf367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf367; background: linear-gradient(135deg, #fcf367, #A2FC67);