#fceac2
a pale, electric yellow · warm · closest name: beige
RGB
252, 234, 194
HSL
41°, 91%, 88%
CMYK
0, 7, 23, 1
Luminance
0.8344
Every format
| HEX | #fceac2 |
| RGB | rgb(252, 234, 194) |
| HSL | hsl(41, 91%, 88%) |
| CMYK | cmyk(0%, 7%, 23%, 1%) |
| LAB | lab(93.2 0.0 21.7) |
| LCH | lch(93.2 21.7 90.0) |
| OKLCH | oklch(0.942 0.056 86.6) |
Copy-ready code
/* CSS */
color: #fceac2;
background-color: #fceac2;
/* Tailwind (arbitrary) */
class="text-[#fceac2] bg-[#fceac2]"
/* SCSS */
$brand: #fceac2;
/* SwiftUI */
Color(red: 0.988, green: 0.918, blue: 0.761)
/* Android */
Color.parseColor("#fceac2")Accessibility — WCAG contrast
Aa
#fceac2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceac2 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow23.0%
Key (black)1.2%
Color previews
#fceac2 text on a black background
contrast 17.69:1
Card sample
#fceac2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceac2;
Background color
Panel with #fceac2 background
background-color: #fceac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 234, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 234, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceac2; background: linear-gradient(135deg, #fceac2, #E7FCC2);