#fbdccc
a pale, electric orange · warm · closest name: beige
RGB
251, 220, 204
HSL
20°, 86%, 89%
CMYK
0, 12, 19, 2
Luminance
0.7606
Every format
| HEX | #fbdccc |
| RGB | rgb(251, 220, 204) |
| HSL | hsl(20, 86%, 89%) |
| CMYK | cmyk(0%, 12%, 19%, 2%) |
| LAB | lab(89.9 8.2 11.8) |
| LCH | lch(89.9 14.4 55.1) |
| OKLCH | oklch(0.916 0.041 49.0) |
Copy-ready code
/* CSS */
color: #fbdccc;
background-color: #fbdccc;
/* Tailwind (arbitrary) */
class="text-[#fbdccc] bg-[#fbdccc]"
/* SCSS */
$brand: #fbdccc;
/* SwiftUI */
Color(red: 0.984, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#fbdccc")Accessibility — WCAG contrast
Aa
#fbdccc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdccc on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow18.7%
Key (black)1.6%
Color previews
#fbdccc text on a black background
contrast 16.21:1
Card sample
#fbdccc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdccc;
Background color
Panel with #fbdccc background
background-color: #fbdccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdccc; background: linear-gradient(135deg, #fbdccc, #FBFBCC);