#f6e8f3
a pale, soft magenta / pink · warm · closest name: lavender
RGB
246, 232, 243
HSL
313°, 44%, 94%
CMYK
0, 6, 1, 4
Luminance
0.8378
Every format
| HEX | #f6e8f3 |
| RGB | rgb(246, 232, 243) |
| HSL | hsl(313, 44%, 94%) |
| CMYK | cmyk(0%, 6%, 1%, 4%) |
| LAB | lab(93.3 6.6 -3.6) |
| LCH | lch(93.3 7.5 331.4) |
| OKLCH | oklch(0.945 0.021 332.9) |
Copy-ready code
/* CSS */
color: #f6e8f3;
background-color: #f6e8f3;
/* Tailwind (arbitrary) */
class="text-[#f6e8f3] bg-[#f6e8f3]"
/* SCSS */
$brand: #f6e8f3;
/* SwiftUI */
Color(red: 0.965, green: 0.910, blue: 0.953)
/* Android */
Color.parseColor("#f6e8f3")Accessibility — WCAG contrast
Aa
#f6e8f3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6e8f3 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green91.0%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow1.2%
Key (black)3.5%
Color previews
#f6e8f3 text on a black background
contrast 17.76:1
Card sample
#f6e8f3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6e8f3;
Background color
Panel with #f6e8f3 background
background-color: #f6e8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6e8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 232, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 232, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6e8f3; background: linear-gradient(135deg, #f6e8f3, #F6E8EA);