#f6dbf7
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
246, 219, 247
HSL
298°, 64%, 91%
CMYK
0, 11, 0, 3
Luminance
0.7697
Every format
| HEX | #f6dbf7 |
| RGB | rgb(246, 219, 247) |
| HSL | hsl(298, 64%, 91%) |
| CMYK | cmyk(0%, 11%, 0%, 3%) |
| LAB | lab(90.3 14.1 -10.2) |
| LCH | lch(90.3 17.4 324.1) |
| OKLCH | oklch(0.922 0.047 324.9) |
Copy-ready code
/* CSS */
color: #f6dbf7;
background-color: #f6dbf7;
/* Tailwind (arbitrary) */
class="text-[#f6dbf7] bg-[#f6dbf7]"
/* SCSS */
$brand: #f6dbf7;
/* SwiftUI */
Color(red: 0.965, green: 0.859, blue: 0.969)
/* Android */
Color.parseColor("#f6dbf7")Accessibility — WCAG contrast
Aa
#f6dbf7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dbf7 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.9%
Blue96.9%
CMYK percentages
Cyan0.4%
Magenta11.3%
Yellow0.0%
Key (black)3.1%
Color previews
#f6dbf7 text on a black background
contrast 16.39:1
Card sample
#f6dbf7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dbf7;
Background color
Panel with #f6dbf7 background
background-color: #f6dbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 219, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 219, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dbf7; background: linear-gradient(135deg, #f6dbf7, #F7DBE5);