#f6ccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
246, 204, 223
HSL
333°, 70%, 88%
CMYK
0, 17, 9, 4
Luminance
0.6811
Every format
| HEX | #f6ccdf |
| RGB | rgb(246, 204, 223) |
| HSL | hsl(333, 70%, 88%) |
| CMYK | cmyk(0%, 17%, 9%, 4%) |
| LAB | lab(86.1 17.8 -3.8) |
| LCH | lch(86.1 18.2 347.9) |
| OKLCH | oklch(0.887 0.053 349.3) |
Copy-ready code
/* CSS */
color: #f6ccdf;
background-color: #f6ccdf;
/* Tailwind (arbitrary) */
class="text-[#f6ccdf] bg-[#f6ccdf]"
/* SCSS */
$brand: #f6ccdf;
/* SwiftUI */
Color(red: 0.965, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#f6ccdf")Accessibility — WCAG contrast
Aa
#f6ccdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ccdf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow9.3%
Key (black)3.5%
Color previews
#f6ccdf text on a black background
contrast 14.62:1
Card sample
#f6ccdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ccdf;
Background color
Panel with #f6ccdf background
background-color: #f6ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ccdf; background: linear-gradient(135deg, #f6ccdf, #F6D5CC);