#f3cfed
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 207, 237
HSL
310°, 60%, 88%
CMYK
0, 15, 3, 5
Luminance
0.6979
Every format
| HEX | #f3cfed |
| RGB | rgb(243, 207, 237) |
| HSL | hsl(310, 60%, 88%) |
| CMYK | cmyk(0%, 15%, 3%, 5%) |
| LAB | lab(86.9 17.6 -10.0) |
| LCH | lch(86.9 20.3 330.3) |
| OKLCH | oklch(0.894 0.056 331.6) |
Copy-ready code
/* CSS */
color: #f3cfed;
background-color: #f3cfed;
/* Tailwind (arbitrary) */
class="text-[#f3cfed] bg-[#f3cfed]"
/* SCSS */
$brand: #f3cfed;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.929)
/* Android */
Color.parseColor("#f3cfed")Accessibility — WCAG contrast
Aa
#f3cfed on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfed on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow2.5%
Key (black)4.7%
Color previews
#f3cfed text on a black background
contrast 14.96:1
Card sample
#f3cfed text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfed;
Background color
Panel with #f3cfed background
background-color: #f3cfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfed; background: linear-gradient(135deg, #f3cfed, #F3CFD5);