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