#f6c3cc
a pale, vivid red · warm · closest name: pink
RGB
246, 195, 204
HSL
349°, 74%, 87%
CMYK
0, 21, 17, 4
Luminance
0.6298
Every format
| HEX | #f6c3cc |
| RGB | rgb(246, 195, 204) |
| HSL | hsl(349, 74%, 87%) |
| CMYK | cmyk(0%, 21%, 17%, 4%) |
| LAB | lab(83.4 19.5 2.5) |
| LCH | lch(83.4 19.7 7.2) |
| OKLCH | oklch(0.865 0.059 6.5) |
Copy-ready code
/* CSS */
color: #f6c3cc;
background-color: #f6c3cc;
/* Tailwind (arbitrary) */
class="text-[#f6c3cc] bg-[#f6c3cc]"
/* SCSS */
$brand: #f6c3cc;
/* SwiftUI */
Color(red: 0.965, green: 0.765, blue: 0.800)
/* Android */
Color.parseColor("#f6c3cc")Accessibility — WCAG contrast
Aa
#f6c3cc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c3cc on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green76.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow17.1%
Key (black)3.5%
Color previews
#f6c3cc text on a black background
contrast 13.60:1
Card sample
#f6c3cc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c3cc;
Background color
Panel with #f6c3cc background
background-color: #f6c3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 195, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 195, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c3cc; background: linear-gradient(135deg, #f6c3cc, #F6DCC3);