#f2cfed
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 207, 237
HSL
309°, 57%, 88%
CMYK
0, 15, 2, 5
Luminance
0.6962
Every format
| HEX | #f2cfed |
| RGB | rgb(242, 207, 237) |
| HSL | hsl(309, 57%, 88%) |
| CMYK | cmyk(0%, 15%, 2%, 5%) |
| LAB | lab(86.8 17.3 -10.2) |
| LCH | lch(86.8 20.1 329.5) |
| OKLCH | oklch(0.893 0.055 330.8) |
Copy-ready code
/* CSS */
color: #f2cfed;
background-color: #f2cfed;
/* Tailwind (arbitrary) */
class="text-[#f2cfed] bg-[#f2cfed]"
/* SCSS */
$brand: #f2cfed;
/* SwiftUI */
Color(red: 0.949, green: 0.812, blue: 0.929)
/* Android */
Color.parseColor("#f2cfed")Accessibility — WCAG contrast
Aa
#f2cfed on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cfed on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.2%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow2.1%
Key (black)5.1%
Color previews
#f2cfed text on a black background
contrast 14.92:1
Card sample
#f2cfed text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cfed;
Background color
Panel with #f2cfed background
background-color: #f2cfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 207, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 207, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cfed; background: linear-gradient(135deg, #f2cfed, #F2CFD6);