#f6c9cf
a pale, vivid red · warm · closest name: pink
RGB
246, 201, 207
HSL
352°, 71%, 88%
CMYK
0, 18, 16, 4
Luminance
0.6587
Every format
| HEX | #f6c9cf |
| RGB | rgb(246, 201, 207) |
| HSL | hsl(352, 71%, 88%) |
| CMYK | cmyk(0%, 18%, 16%, 4%) |
| LAB | lab(84.9 16.8 3.0) |
| LCH | lch(84.9 17.1 10.2) |
| OKLCH | oklch(0.876 0.052 9.2) |
Copy-ready code
/* CSS */
color: #f6c9cf;
background-color: #f6c9cf;
/* Tailwind (arbitrary) */
class="text-[#f6c9cf] bg-[#f6c9cf]"
/* SCSS */
$brand: #f6c9cf;
/* SwiftUI */
Color(red: 0.965, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#f6c9cf")Accessibility — WCAG contrast
Aa
#f6c9cf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c9cf on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow15.9%
Key (black)3.5%
Color previews
#f6c9cf text on a black background
contrast 14.17:1
Card sample
#f6c9cf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c9cf;
Background color
Panel with #f6c9cf background
background-color: #f6c9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c9cf; background: linear-gradient(135deg, #f6c9cf, #F6E1C9);