#f8cfda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
248, 207, 218
HSL
344°, 75%, 89%
CMYK
0, 17, 12, 3
Luminance
0.6964
Every format
| HEX | #f8cfda |
| RGB | rgb(248, 207, 218) |
| HSL | hsl(344, 75%, 89%) |
| CMYK | cmyk(0%, 17%, 12%, 3%) |
| LAB | lab(86.8 16.1 -0.0) |
| LCH | lch(86.8 16.1 359.9) |
| OKLCH | oklch(0.892 0.048 0.2) |
Copy-ready code
/* CSS */
color: #f8cfda;
background-color: #f8cfda;
/* Tailwind (arbitrary) */
class="text-[#f8cfda] bg-[#f8cfda]"
/* SCSS */
$brand: #f8cfda;
/* SwiftUI */
Color(red: 0.973, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#f8cfda")Accessibility — WCAG contrast
Aa
#f8cfda on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cfda on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green81.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow12.1%
Key (black)2.7%
Color previews
#f8cfda text on a black background
contrast 14.93:1
Card sample
#f8cfda text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cfda;
Background color
Panel with #f8cfda background
background-color: #f8cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cfda; background: linear-gradient(135deg, #f8cfda, #F8DFCF);