#f5d4cd
a pale, vivid red · warm · closest name: pink
RGB
245, 212, 205
HSL
11°, 67%, 88%
CMYK
0, 14, 16, 4
Luminance
0.7091
Every format
| HEX | #f5d4cd |
| RGB | rgb(245, 212, 205) |
| HSL | hsl(11, 67%, 88%) |
| CMYK | cmyk(0%, 14%, 16%, 4%) |
| LAB | lab(87.4 10.4 7.7) |
| LCH | lch(87.4 12.9 36.5) |
| OKLCH | oklch(0.896 0.038 32.0) |
Copy-ready code
/* CSS */
color: #f5d4cd;
background-color: #f5d4cd;
/* Tailwind (arbitrary) */
class="text-[#f5d4cd] bg-[#f5d4cd]"
/* SCSS */
$brand: #f5d4cd;
/* SwiftUI */
Color(red: 0.961, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#f5d4cd")Accessibility — WCAG contrast
Aa
#f5d4cd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d4cd on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow16.3%
Key (black)3.9%
Color previews
#f5d4cd text on a black background
contrast 15.18:1
Card sample
#f5d4cd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d4cd;
Background color
Panel with #f5d4cd background
background-color: #f5d4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d4cd; background: linear-gradient(135deg, #f5d4cd, #F5EFCD);