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