#f6cfdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
246, 207, 223
HSL
335°, 68%, 89%
CMYK
0, 16, 9, 4
Luminance
0.6955
Every format
| HEX | #f6cfdf |
| RGB | rgb(246, 207, 223) |
| HSL | hsl(335, 68%, 89%) |
| CMYK | cmyk(0%, 16%, 9%, 4%) |
| LAB | lab(86.8 16.2 -2.8) |
| LCH | lch(86.8 16.5 350.3) |
| OKLCH | oklch(0.892 0.048 351.5) |
Copy-ready code
/* CSS */
color: #f6cfdf;
background-color: #f6cfdf;
/* Tailwind (arbitrary) */
class="text-[#f6cfdf] bg-[#f6cfdf]"
/* SCSS */
$brand: #f6cfdf;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#f6cfdf")Accessibility — WCAG contrast
Aa
#f6cfdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cfdf on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow9.3%
Key (black)3.5%
Color previews
#f6cfdf text on a black background
contrast 14.91:1
Card sample
#f6cfdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cfdf;
Background color
Panel with #f6cfdf background
background-color: #f6cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cfdf; background: linear-gradient(135deg, #f6cfdf, #F6D9CF);