#f4cbda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 203, 218
HSL
338°, 65%, 88%
CMYK
0, 17, 11, 4
Luminance
0.6701
Every format
| HEX | #f4cbda |
| RGB | rgb(244, 203, 218) |
| HSL | hsl(338, 65%, 88%) |
| CMYK | cmyk(0%, 17%, 11%, 4%) |
| LAB | lab(85.5 16.8 -2.0) |
| LCH | lch(85.5 16.9 353.2) |
| OKLCH | oklch(0.881 0.050 354.2) |
Copy-ready code
/* CSS */
color: #f4cbda;
background-color: #f4cbda;
/* Tailwind (arbitrary) */
class="text-[#f4cbda] bg-[#f4cbda]"
/* SCSS */
$brand: #f4cbda;
/* SwiftUI */
Color(red: 0.957, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#f4cbda")Accessibility — WCAG contrast
Aa
#f4cbda on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cbda on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green79.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow10.7%
Key (black)4.3%
Color previews
#f4cbda text on a black background
contrast 14.40:1
Card sample
#f4cbda text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cbda;
Background color
Panel with #f4cbda background
background-color: #f4cbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cbda; background: linear-gradient(135deg, #f4cbda, #F4D7CB);