#f6cfcc
a pale, vivid red · warm · closest name: pink
RGB
246, 207, 204
HSL
4°, 70%, 88%
CMYK
0, 16, 17, 4
Luminance
0.6858
Every format
| HEX | #f6cfcc |
| RGB | rgb(246, 207, 204) |
| HSL | hsl(4, 70%, 88%) |
| CMYK | cmyk(0%, 16%, 17%, 4%) |
| LAB | lab(86.3 13.2 6.6) |
| LCH | lch(86.3 14.8 26.5) |
| OKLCH | oklch(0.887 0.044 23.2) |
Copy-ready code
/* CSS */
color: #f6cfcc;
background-color: #f6cfcc;
/* Tailwind (arbitrary) */
class="text-[#f6cfcc] bg-[#f6cfcc]"
/* SCSS */
$brand: #f6cfcc;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#f6cfcc")Accessibility — WCAG contrast
Aa
#f6cfcc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cfcc on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow17.1%
Key (black)3.5%
Color previews
#f6cfcc text on a black background
contrast 14.72:1
Card sample
#f6cfcc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cfcc;
Background color
Panel with #f6cfcc background
background-color: #f6cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cfcc; background: linear-gradient(135deg, #f6cfcc, #F6EBCC);