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