#f6d3cd
a pale, vivid red · warm · closest name: pink
RGB
246, 211, 205
HSL
9°, 70%, 88%
CMYK
0, 14, 17, 4
Luminance
0.7059
Every format
| HEX | #f6d3cd |
| RGB | rgb(246, 211, 205) |
| HSL | hsl(9, 70%, 88%) |
| CMYK | cmyk(0%, 14%, 17%, 4%) |
| LAB | lab(87.3 11.3 7.5) |
| LCH | lch(87.3 13.5 33.6) |
| OKLCH | oklch(0.895 0.040 29.4) |
Copy-ready code
/* CSS */
color: #f6d3cd;
background-color: #f6d3cd;
/* Tailwind (arbitrary) */
class="text-[#f6d3cd] bg-[#f6d3cd]"
/* SCSS */
$brand: #f6d3cd;
/* SwiftUI */
Color(red: 0.965, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#f6d3cd")Accessibility — WCAG contrast
Aa
#f6d3cd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6d3cd on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green82.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow16.7%
Key (black)3.5%
Color previews
#f6d3cd text on a black background
contrast 15.12:1
Card sample
#f6d3cd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6d3cd;
Background color
Panel with #f6d3cd background
background-color: #f6d3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6d3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6d3cd; background: linear-gradient(135deg, #f6d3cd, #F6EECD);