#f5d2cd
a pale, vivid red · warm · closest name: pink
RGB
245, 210, 205
HSL
8°, 67%, 88%
CMYK
0, 14, 16, 4
Luminance
0.6991
Every format
| HEX | #f5d2cd |
| RGB | rgb(245, 210, 205) |
| HSL | hsl(8, 67%, 88%) |
| CMYK | cmyk(0%, 14%, 16%, 4%) |
| LAB | lab(87.0 11.4 7.0) |
| LCH | lch(87.0 13.4 31.5) |
| OKLCH | oklch(0.892 0.040 27.5) |
Copy-ready code
/* CSS */
color: #f5d2cd;
background-color: #f5d2cd;
/* Tailwind (arbitrary) */
class="text-[#f5d2cd] bg-[#f5d2cd]"
/* SCSS */
$brand: #f5d2cd;
/* SwiftUI */
Color(red: 0.961, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#f5d2cd")Accessibility — WCAG contrast
Aa
#f5d2cd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d2cd on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green82.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow16.3%
Key (black)3.9%
Color previews
#f5d2cd text on a black background
contrast 14.98:1
Card sample
#f5d2cd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d2cd;
Background color
Panel with #f5d2cd background
background-color: #f5d2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d2cd; background: linear-gradient(135deg, #f5d2cd, #F5EDCD);