#fcddbb
a pale, electric orange · warm · closest name: beige
RGB
252, 221, 187
HSL
31°, 92%, 86%
CMYK
0, 12, 26, 1
Luminance
0.7600
Every format
| HEX | #fcddbb |
| RGB | rgb(252, 221, 187) |
| HSL | hsl(31, 92%, 86%) |
| CMYK | cmyk(0%, 12%, 26%, 1%) |
| LAB | lab(89.9 5.7 20.6) |
| LCH | lch(89.9 21.4 74.6) |
| OKLCH | oklch(0.915 0.056 69.6) |
Copy-ready code
/* CSS */
color: #fcddbb;
background-color: #fcddbb;
/* Tailwind (arbitrary) */
class="text-[#fcddbb] bg-[#fcddbb]"
/* SCSS */
$brand: #fcddbb;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#fcddbb")Accessibility — WCAG contrast
Aa
#fcddbb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddbb on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow25.8%
Key (black)1.2%
Color previews
#fcddbb text on a black background
contrast 16.20:1
Card sample
#fcddbb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddbb;
Background color
Panel with #fcddbb background
background-color: #fcddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddbb; background: linear-gradient(135deg, #fcddbb, #F0FCBB);