#f5d6cd
a pale, vivid red · warm · closest name: beige
RGB
245, 214, 205
HSL
14°, 67%, 88%
CMYK
0, 13, 16, 4
Luminance
0.7191
Every format
| HEX | #f5d6cd |
| RGB | rgb(245, 214, 205) |
| HSL | hsl(14, 67%, 88%) |
| CMYK | cmyk(0%, 13%, 16%, 4%) |
| LAB | lab(87.9 9.3 8.4) |
| LCH | lch(87.9 12.6 41.9) |
| OKLCH | oklch(0.899 0.037 36.8) |
Copy-ready code
/* CSS */
color: #f5d6cd;
background-color: #f5d6cd;
/* Tailwind (arbitrary) */
class="text-[#f5d6cd] bg-[#f5d6cd]"
/* SCSS */
$brand: #f5d6cd;
/* SwiftUI */
Color(red: 0.961, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#f5d6cd")Accessibility — WCAG contrast
Aa
#f5d6cd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d6cd on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow16.3%
Key (black)3.9%
Color previews
#f5d6cd text on a black background
contrast 15.38:1
Card sample
#f5d6cd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d6cd;
Background color
Panel with #f5d6cd background
background-color: #f5d6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d6cd; background: linear-gradient(135deg, #f5d6cd, #F5F1CD);