#fceeba
a pale, electric yellow · cool · closest name: beige
RGB
252, 238, 186
HSL
47°, 92%, 86%
CMYK
0, 6, 26, 1
Luminance
0.8539
Every format
| HEX | #fceeba |
| RGB | rgb(252, 238, 186) |
| HSL | hsl(47, 92%, 86%) |
| CMYK | cmyk(0%, 6%, 26%, 1%) |
| LAB | lab(94.0 -3.1 26.9) |
| LCH | lch(94.0 27.1 96.6) |
| OKLCH | oklch(0.948 0.069 94.8) |
Copy-ready code
/* CSS */
color: #fceeba;
background-color: #fceeba;
/* Tailwind (arbitrary) */
class="text-[#fceeba] bg-[#fceeba]"
/* SCSS */
$brand: #fceeba;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#fceeba")Accessibility — WCAG contrast
Aa
#fceeba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceeba on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow26.2%
Key (black)1.2%
Color previews
#fceeba text on a black background
contrast 18.08:1
Card sample
#fceeba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceeba;
Background color
Panel with #fceeba background
background-color: #fceeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceeba; background: linear-gradient(135deg, #fceeba, #DEFCBA);