#f6dfe3
a pale, vivid red · warm · closest name: lavender
RGB
246, 223, 227
HSL
350°, 56%, 92%
CMYK
0, 9, 8, 4
Luminance
0.7791
Every format
| HEX | #f6dfe3 |
| RGB | rgb(246, 223, 227) |
| HSL | hsl(350, 56%, 92%) |
| CMYK | cmyk(0%, 9%, 8%, 4%) |
| LAB | lab(90.7 8.5 0.9) |
| LCH | lch(90.7 8.6 6.1) |
| OKLCH | oklch(0.923 0.026 5.7) |
Copy-ready code
/* CSS */
color: #f6dfe3;
background-color: #f6dfe3;
/* Tailwind (arbitrary) */
class="text-[#f6dfe3] bg-[#f6dfe3]"
/* SCSS */
$brand: #f6dfe3;
/* SwiftUI */
Color(red: 0.965, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#f6dfe3")Accessibility — WCAG contrast
Aa
#f6dfe3 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dfe3 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green87.5%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow7.7%
Key (black)3.5%
Color previews
#f6dfe3 text on a black background
contrast 16.58:1
Card sample
#f6dfe3 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dfe3;
Background color
Panel with #f6dfe3 background
background-color: #f6dfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dfe3; background: linear-gradient(135deg, #f6dfe3, #F6EADF);