#fce2ac
a light, electric yellow · warm · closest name: tan
RGB
252, 226, 172
HSL
41°, 93%, 83%
CMYK
0, 10, 32, 1
Luminance
0.7807
Every format
| HEX | #fce2ac |
| RGB | rgb(252, 226, 172) |
| HSL | hsl(41, 93%, 83%) |
| CMYK | cmyk(0%, 10%, 32%, 1%) |
| LAB | lab(90.8 1.2 29.7) |
| LCH | lch(90.8 29.7 87.7) |
| OKLCH | oklch(0.921 0.075 85.2) |
Copy-ready code
/* CSS */
color: #fce2ac;
background-color: #fce2ac;
/* Tailwind (arbitrary) */
class="text-[#fce2ac] bg-[#fce2ac]"
/* SCSS */
$brand: #fce2ac;
/* SwiftUI */
Color(red: 0.988, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#fce2ac")Accessibility — WCAG contrast
Aa
#fce2ac on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce2ac on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green88.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow31.7%
Key (black)1.2%
Color previews
#fce2ac text on a black background
contrast 16.61:1
Card sample
#fce2ac text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce2ac;
Background color
Panel with #fce2ac background
background-color: #fce2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce2ac; background: linear-gradient(135deg, #fce2ac, #E1FCAC);