#f0cfed
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 207, 237
HSL
306°, 52%, 88%
CMYK
0, 14, 1, 6
Luminance
0.6927
Every format
| HEX | #f0cfed |
| RGB | rgb(240, 207, 237) |
| HSL | hsl(306, 52%, 88%) |
| CMYK | cmyk(0%, 14%, 1%, 6%) |
| LAB | lab(86.6 16.6 -10.5) |
| LCH | lch(86.6 19.6 327.8) |
| OKLCH | oklch(0.891 0.054 328.9) |
Copy-ready code
/* CSS */
color: #f0cfed;
background-color: #f0cfed;
/* Tailwind (arbitrary) */
class="text-[#f0cfed] bg-[#f0cfed]"
/* SCSS */
$brand: #f0cfed;
/* SwiftUI */
Color(red: 0.941, green: 0.812, blue: 0.929)
/* Android */
Color.parseColor("#f0cfed")Accessibility — WCAG contrast
Aa
#f0cfed on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cfed on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green81.2%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow1.2%
Key (black)5.9%
Color previews
#f0cfed text on a black background
contrast 14.85:1
Card sample
#f0cfed text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cfed;
Background color
Panel with #f0cfed background
background-color: #f0cfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 207, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 207, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cfed; background: linear-gradient(135deg, #f0cfed, #F0CFD7);