#f6dbee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
246, 219, 238
HSL
318°, 60%, 91%
CMYK
0, 11, 3, 4
Luminance
0.7643
Every format
| HEX | #f6dbee |
| RGB | rgb(246, 219, 238) |
| HSL | hsl(318, 60%, 91%) |
| CMYK | cmyk(0%, 11%, 3%, 4%) |
| LAB | lab(90.1 12.5 -5.9) |
| LCH | lch(90.1 13.8 334.9) |
| OKLCH | oklch(0.919 0.039 336.5) |
Copy-ready code
/* CSS */
color: #f6dbee;
background-color: #f6dbee;
/* Tailwind (arbitrary) */
class="text-[#f6dbee] bg-[#f6dbee]"
/* SCSS */
$brand: #f6dbee;
/* SwiftUI */
Color(red: 0.965, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#f6dbee")Accessibility — WCAG contrast
Aa
#f6dbee on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dbee on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow3.3%
Key (black)3.5%
Color previews
#f6dbee text on a black background
contrast 16.29:1
Card sample
#f6dbee text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dbee;
Background color
Panel with #f6dbee background
background-color: #f6dbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dbee; background: linear-gradient(135deg, #f6dbee, #F6DBDC);