#fcddbf
a pale, electric orange · warm · closest name: beige
RGB
252, 221, 191
HSL
30°, 91%, 87%
CMYK
0, 12, 24, 1
Luminance
0.7617
Every format
| HEX | #fcddbf |
| RGB | rgb(252, 221, 191) |
| HSL | hsl(30, 91%, 87%) |
| CMYK | cmyk(0%, 12%, 24%, 1%) |
| LAB | lab(89.9 6.2 18.7) |
| LCH | lch(89.9 19.7 71.6) |
| OKLCH | oklch(0.916 0.052 66.2) |
Copy-ready code
/* CSS */
color: #fcddbf;
background-color: #fcddbf;
/* Tailwind (arbitrary) */
class="text-[#fcddbf] bg-[#fcddbf]"
/* SCSS */
$brand: #fcddbf;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#fcddbf")Accessibility — WCAG contrast
Aa
#fcddbf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddbf on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow24.2%
Key (black)1.2%
Color previews
#fcddbf text on a black background
contrast 16.23:1
Card sample
#fcddbf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddbf;
Background color
Panel with #fcddbf background
background-color: #fcddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddbf; background: linear-gradient(135deg, #fcddbf, #F2FCBF);