#fbdcd2
a pale, electric red · warm · closest name: beige
RGB
251, 220, 210
HSL
15°, 84%, 90%
CMYK
0, 12, 16, 2
Luminance
0.7635
Every format
| HEX | #fbdcd2 |
| RGB | rgb(251, 220, 210) |
| HSL | hsl(15, 84%, 90%) |
| CMYK | cmyk(0%, 12%, 16%, 2%) |
| LAB | lab(90.0 9.1 8.8) |
| LCH | lch(90.0 12.7 44.0) |
| OKLCH | oklch(0.917 0.037 38.7) |
Copy-ready code
/* CSS */
color: #fbdcd2;
background-color: #fbdcd2;
/* Tailwind (arbitrary) */
class="text-[#fbdcd2] bg-[#fbdcd2]"
/* SCSS */
$brand: #fbdcd2;
/* SwiftUI */
Color(red: 0.984, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#fbdcd2")Accessibility — WCAG contrast
Aa
#fbdcd2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdcd2 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green86.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow16.3%
Key (black)1.6%
Color previews
#fbdcd2 text on a black background
contrast 16.27:1
Card sample
#fbdcd2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdcd2;
Background color
Panel with #fbdcd2 background
background-color: #fbdcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdcd2; background: linear-gradient(135deg, #fbdcd2, #FBF7D2);