#f8cfe3
a pale, vivid magenta / pink · warm · closest name: pink
RGB
248, 207, 227
HSL
331°, 75%, 89%
CMYK
0, 17, 9, 3
Luminance
0.7013
Every format
| HEX | #f8cfe3 |
| RGB | rgb(248, 207, 227) |
| HSL | hsl(331, 75%, 89%) |
| CMYK | cmyk(0%, 17%, 9%, 3%) |
| LAB | lab(87.1 17.6 -4.5) |
| LCH | lch(87.1 18.1 345.8) |
| OKLCH | oklch(0.895 0.053 347.3) |
Copy-ready code
/* CSS */
color: #f8cfe3;
background-color: #f8cfe3;
/* Tailwind (arbitrary) */
class="text-[#f8cfe3] bg-[#f8cfe3]"
/* SCSS */
$brand: #f8cfe3;
/* SwiftUI */
Color(red: 0.973, green: 0.812, blue: 0.890)
/* Android */
Color.parseColor("#f8cfe3")Accessibility — WCAG contrast
Aa
#f8cfe3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cfe3 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green81.2%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow8.5%
Key (black)2.7%
Color previews
#f8cfe3 text on a black background
contrast 15.03:1
Card sample
#f8cfe3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cfe3;
Background color
Panel with #f8cfe3 background
background-color: #f8cfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 207, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 207, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cfe3; background: linear-gradient(135deg, #f8cfe3, #F8D6CF);