#f6c4ce
a pale, vivid red · warm · closest name: pink
RGB
246, 196, 206
HSL
348°, 74%, 87%
CMYK
0, 20, 16, 4
Luminance
0.6353
Every format
| HEX | #f6c4ce |
| RGB | rgb(246, 196, 206) |
| HSL | hsl(348, 74%, 87%) |
| CMYK | cmyk(0%, 20%, 16%, 4%) |
| LAB | lab(83.7 19.3 1.8) |
| LCH | lch(83.7 19.4 5.4) |
| OKLCH | oklch(0.867 0.058 5.0) |
Copy-ready code
/* CSS */
color: #f6c4ce;
background-color: #f6c4ce;
/* Tailwind (arbitrary) */
class="text-[#f6c4ce] bg-[#f6c4ce]"
/* SCSS */
$brand: #f6c4ce;
/* SwiftUI */
Color(red: 0.965, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#f6c4ce")Accessibility — WCAG contrast
Aa
#f6c4ce on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c4ce on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green76.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow16.3%
Key (black)3.5%
Color previews
#f6c4ce text on a black background
contrast 13.71:1
Card sample
#f6c4ce text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c4ce;
Background color
Panel with #f6c4ce background
background-color: #f6c4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c4ce; background: linear-gradient(135deg, #f6c4ce, #F6DBC4);