#f8cbdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
248, 203, 223
HSL
333°, 76%, 88%
CMYK
0, 18, 10, 3
Luminance
0.6800
Every format
| HEX | #f8cbdf |
| RGB | rgb(248, 203, 223) |
| HSL | hsl(333, 76%, 88%) |
| CMYK | cmyk(0%, 18%, 10%, 3%) |
| LAB | lab(86.0 19.0 -3.9) |
| LCH | lch(86.0 19.4 348.4) |
| OKLCH | oklch(0.887 0.057 349.8) |
Copy-ready code
/* CSS */
color: #f8cbdf;
background-color: #f8cbdf;
/* Tailwind (arbitrary) */
class="text-[#f8cbdf] bg-[#f8cbdf]"
/* SCSS */
$brand: #f8cbdf;
/* SwiftUI */
Color(red: 0.973, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#f8cbdf")Accessibility — WCAG contrast
Aa
#f8cbdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cbdf on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow10.1%
Key (black)2.7%
Color previews
#f8cbdf text on a black background
contrast 14.60:1
Card sample
#f8cbdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cbdf;
Background color
Panel with #f8cbdf background
background-color: #f8cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cbdf; background: linear-gradient(135deg, #f8cbdf, #F8D5CB);