#fcdfbb
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 187
HSL
33°, 92%, 86%
CMYK
0, 12, 26, 1
Luminance
0.7706
Every format
| HEX | #fcdfbb |
| RGB | rgb(252, 223, 187) |
| HSL | hsl(33, 92%, 86%) |
| CMYK | cmyk(0%, 12%, 26%, 1%) |
| LAB | lab(90.3 4.7 21.3) |
| LCH | lch(90.3 21.8 77.7) |
| OKLCH | oklch(0.919 0.057 73.0) |
Copy-ready code
/* CSS */
color: #fcdfbb;
background-color: #fcdfbb;
/* Tailwind (arbitrary) */
class="text-[#fcdfbb] bg-[#fcdfbb]"
/* SCSS */
$brand: #fcdfbb;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.733)
/* Android */
Color.parseColor("#fcdfbb")Accessibility — WCAG contrast
Aa
#fcdfbb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfbb on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow25.8%
Key (black)1.2%
Color previews
#fcdfbb text on a black background
contrast 16.41:1
Card sample
#fcdfbb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfbb;
Background color
Panel with #fcdfbb background
background-color: #fcdfbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfbb; background: linear-gradient(135deg, #fcdfbb, #EEFCBB);