#f7cbda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
247, 203, 218
HSL
340°, 73%, 88%
CMYK
0, 18, 12, 3
Luminance
0.6755
Every format
| HEX | #f7cbda |
| RGB | rgb(247, 203, 218) |
| HSL | hsl(340, 73%, 88%) |
| CMYK | cmyk(0%, 18%, 12%, 3%) |
| LAB | lab(85.8 17.9 -1.6) |
| LCH | lch(85.8 17.9 355.0) |
| OKLCH | oklch(0.884 0.053 355.8) |
Copy-ready code
/* CSS */
color: #f7cbda;
background-color: #f7cbda;
/* Tailwind (arbitrary) */
class="text-[#f7cbda] bg-[#f7cbda]"
/* SCSS */
$brand: #f7cbda;
/* SwiftUI */
Color(red: 0.969, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#f7cbda")Accessibility — WCAG contrast
Aa
#f7cbda on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cbda on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green79.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow11.7%
Key (black)3.1%
Color previews
#f7cbda text on a black background
contrast 14.51:1
Card sample
#f7cbda text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cbda;
Background color
Panel with #f7cbda background
background-color: #f7cbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cbda; background: linear-gradient(135deg, #f7cbda, #F7D9CB);