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