#fbd5cd
a pale, electric red · warm · closest name: pink
RGB
251, 213, 205
HSL
10°, 85%, 89%
CMYK
0, 15, 18, 2
Luminance
0.7251
Every format
| HEX | #fbd5cd |
| RGB | rgb(251, 213, 205) |
| HSL | hsl(10, 85%, 89%) |
| CMYK | cmyk(0%, 15%, 18%, 2%) |
| LAB | lab(88.2 12.0 8.9) |
| LCH | lch(88.2 14.9 36.5) |
| OKLCH | oklch(0.903 0.044 31.9) |
Copy-ready code
/* CSS */
color: #fbd5cd;
background-color: #fbd5cd;
/* Tailwind (arbitrary) */
class="text-[#fbd5cd] bg-[#fbd5cd]"
/* SCSS */
$brand: #fbd5cd;
/* SwiftUI */
Color(red: 0.984, green: 0.835, blue: 0.804)
/* Android */
Color.parseColor("#fbd5cd")Accessibility — WCAG contrast
Aa
#fbd5cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd5cd on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green83.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow18.3%
Key (black)1.6%
Color previews
#fbd5cd text on a black background
contrast 15.50:1
Card sample
#fbd5cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd5cd;
Background color
Panel with #fbd5cd background
background-color: #fbd5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 213, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 213, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd5cd; background: linear-gradient(135deg, #fbd5cd, #FBF4CD);