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