#f6dff0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
246, 223, 240
HSL
316°, 56%, 92%
CMYK
0, 9, 2, 4
Luminance
0.7866
Every format
| HEX | #f6dff0 |
| RGB | rgb(246, 223, 240) |
| HSL | hsl(316, 56%, 92%) |
| CMYK | cmyk(0%, 9%, 2%, 4%) |
| LAB | lab(91.1 10.8 -5.4) |
| LCH | lch(91.1 12.1 333.4) |
| OKLCH | oklch(0.927 0.034 334.9) |
Copy-ready code
/* CSS */
color: #f6dff0;
background-color: #f6dff0;
/* Tailwind (arbitrary) */
class="text-[#f6dff0] bg-[#f6dff0]"
/* SCSS */
$brand: #f6dff0;
/* SwiftUI */
Color(red: 0.965, green: 0.875, blue: 0.941)
/* Android */
Color.parseColor("#f6dff0")Accessibility — WCAG contrast
Aa
#f6dff0 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dff0 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green87.5%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow2.4%
Key (black)3.5%
Color previews
#f6dff0 text on a black background
contrast 16.73:1
Card sample
#f6dff0 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dff0;
Background color
Panel with #f6dff0 background
background-color: #f6dff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 223, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 223, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dff0; background: linear-gradient(135deg, #f6dff0, #F6DFE1);