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