#f5c2cf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 194, 207
HSL
345°, 72%, 86%
CMYK
0, 21, 16, 4
Luminance
0.6250
Every format
| HEX | #f5c2cf |
| RGB | rgb(245, 194, 207) |
| HSL | hsl(345, 72%, 86%) |
| CMYK | cmyk(0%, 21%, 16%, 4%) |
| LAB | lab(83.2 20.1 0.5) |
| LCH | lch(83.2 20.2 1.3) |
| OKLCH | oklch(0.863 0.060 1.5) |
Copy-ready code
/* CSS */
color: #f5c2cf;
background-color: #f5c2cf;
/* Tailwind (arbitrary) */
class="text-[#f5c2cf] bg-[#f5c2cf]"
/* SCSS */
$brand: #f5c2cf;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#f5c2cf")Accessibility — WCAG contrast
Aa
#f5c2cf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c2cf on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow15.5%
Key (black)3.9%
Color previews
#f5c2cf text on a black background
contrast 13.50:1
Card sample
#f5c2cf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c2cf;
Background color
Panel with #f5c2cf background
background-color: #f5c2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c2cf; background: linear-gradient(135deg, #f5c2cf, #F5D7C2);