#f6dbdf
a pale, vivid red · warm · closest name: lavender
RGB
246, 219, 223
HSL
351°, 60%, 91%
CMYK
0, 11, 9, 4
Luminance
0.7558
Every format
| HEX | #f6dbdf |
| RGB | rgb(246, 219, 223) |
| HSL | hsl(351, 60%, 91%) |
| CMYK | cmyk(0%, 11%, 9%, 4%) |
| LAB | lab(89.7 9.9 1.4) |
| LCH | lch(89.7 10.1 8.3) |
| OKLCH | oklch(0.915 0.030 7.5) |
Copy-ready code
/* CSS */
color: #f6dbdf;
background-color: #f6dbdf;
/* Tailwind (arbitrary) */
class="text-[#f6dbdf] bg-[#f6dbdf]"
/* SCSS */
$brand: #f6dbdf;
/* SwiftUI */
Color(red: 0.965, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#f6dbdf")Accessibility — WCAG contrast
Aa
#f6dbdf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dbdf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow9.3%
Key (black)3.5%
Color previews
#f6dbdf text on a black background
contrast 16.12:1
Card sample
#f6dbdf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dbdf;
Background color
Panel with #f6dbdf background
background-color: #f6dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dbdf; background: linear-gradient(135deg, #f6dbdf, #F6E9DB);