#f5d0cd
a pale, vivid red · warm · closest name: pink
RGB
245, 208, 205
HSL
5°, 67%, 88%
CMYK
0, 15, 16, 4
Luminance
0.6893
Every format
| HEX | #f5d0cd |
| RGB | rgb(245, 208, 205) |
| HSL | hsl(5, 67%, 88%) |
| CMYK | cmyk(0%, 15%, 16%, 4%) |
| LAB | lab(86.5 12.5 6.3) |
| LCH | lch(86.5 14.0 26.8) |
| OKLCH | oklch(0.888 0.042 23.4) |
Copy-ready code
/* CSS */
color: #f5d0cd;
background-color: #f5d0cd;
/* Tailwind (arbitrary) */
class="text-[#f5d0cd] bg-[#f5d0cd]"
/* SCSS */
$brand: #f5d0cd;
/* SwiftUI */
Color(red: 0.961, green: 0.816, blue: 0.804)
/* Android */
Color.parseColor("#f5d0cd")Accessibility — WCAG contrast
Aa
#f5d0cd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d0cd on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow16.3%
Key (black)3.9%
Color previews
#f5d0cd text on a black background
contrast 14.79:1
Card sample
#f5d0cd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d0cd;
Background color
Panel with #f5d0cd background
background-color: #f5d0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 208, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 208, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d0cd; background: linear-gradient(135deg, #f5d0cd, #F5EBCD);