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