#f6dce9
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
246, 220, 233
HSL
330°, 59%, 91%
CMYK
0, 11, 5, 4
Luminance
0.7666
Every format
| HEX | #f6dce9 |
| RGB | rgb(246, 220, 233) |
| HSL | hsl(330, 59%, 91%) |
| CMYK | cmyk(0%, 11%, 5%, 4%) |
| LAB | lab(90.2 11.1 -3.1) |
| LCH | lch(90.2 11.5 344.6) |
| OKLCH | oklch(0.919 0.033 346.1) |
Copy-ready code
/* CSS */
color: #f6dce9;
background-color: #f6dce9;
/* Tailwind (arbitrary) */
class="text-[#f6dce9] bg-[#f6dce9]"
/* SCSS */
$brand: #f6dce9;
/* SwiftUI */
Color(red: 0.965, green: 0.863, blue: 0.914)
/* Android */
Color.parseColor("#f6dce9")Accessibility — WCAG contrast
Aa
#f6dce9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dce9 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green86.3%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow5.3%
Key (black)3.5%
Color previews
#f6dce9 text on a black background
contrast 16.33:1
Card sample
#f6dce9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dce9;
Background color
Panel with #f6dce9 background
background-color: #f6dce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 220, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 220, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dce9; background: linear-gradient(135deg, #f6dce9, #F6E0DC);