#f6ccc6
a pale, vivid red · warm · closest name: pink
RGB
246, 204, 198
HSL
8°, 73%, 87%
CMYK
0, 17, 20, 4
Luminance
0.6686
Every format
| HEX | #f6ccc6 |
| RGB | rgb(246, 204, 198) |
| HSL | hsl(8, 73%, 87%) |
| CMYK | cmyk(0%, 17%, 20%, 4%) |
| LAB | lab(85.4 13.9 8.5) |
| LCH | lch(85.4 16.3 31.6) |
| OKLCH | oklch(0.880 0.049 27.6) |
Copy-ready code
/* CSS */
color: #f6ccc6;
background-color: #f6ccc6;
/* Tailwind (arbitrary) */
class="text-[#f6ccc6] bg-[#f6ccc6]"
/* SCSS */
$brand: #f6ccc6;
/* SwiftUI */
Color(red: 0.965, green: 0.800, blue: 0.776)
/* Android */
Color.parseColor("#f6ccc6")Accessibility — WCAG contrast
Aa
#f6ccc6 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ccc6 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.0%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow19.5%
Key (black)3.5%
Color previews
#f6ccc6 text on a black background
contrast 14.37:1
Card sample
#f6ccc6 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ccc6;
Background color
Panel with #f6ccc6 background
background-color: #f6ccc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ccc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 204, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 204, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ccc6; background: linear-gradient(135deg, #f6ccc6, #F6ECC6);