#f6d2ce
a pale, vivid red · warm · closest name: pink
RGB
246, 210, 206
HSL
6°, 69%, 89%
CMYK
0, 15, 16, 4
Luminance
0.7014
Every format
| HEX | #f6d2ce |
| RGB | rgb(246, 210, 206) |
| HSL | hsl(6, 69%, 89%) |
| CMYK | cmyk(0%, 15%, 16%, 4%) |
| LAB | lab(87.1 11.9 6.7) |
| LCH | lch(87.1 13.7 29.1) |
| OKLCH | oklch(0.893 0.041 25.4) |
Copy-ready code
/* CSS */
color: #f6d2ce;
background-color: #f6d2ce;
/* Tailwind (arbitrary) */
class="text-[#f6d2ce] bg-[#f6d2ce]"
/* SCSS */
$brand: #f6d2ce;
/* SwiftUI */
Color(red: 0.965, green: 0.824, blue: 0.808)
/* Android */
Color.parseColor("#f6d2ce")Accessibility — WCAG contrast
Aa
#f6d2ce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6d2ce on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green82.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow16.3%
Key (black)3.5%
Color previews
#f6d2ce text on a black background
contrast 15.03:1
Card sample
#f6d2ce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6d2ce;
Background color
Panel with #f6d2ce background
background-color: #f6d2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6d2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 210, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 210, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6d2ce; background: linear-gradient(135deg, #f6d2ce, #F6EDCE);