#f0ccec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 204, 236
HSL
307°, 55%, 87%
CMYK
0, 15, 2, 6
Luminance
0.6777
Every format
| HEX | #f0ccec |
| RGB | rgb(240, 204, 236) |
| HSL | hsl(307, 55%, 87%) |
| CMYK | cmyk(0%, 15%, 2%, 6%) |
| LAB | lab(85.9 18.0 -11.0) |
| LCH | lch(85.9 21.1 328.5) |
| OKLCH | oklch(0.885 0.058 329.7) |
Copy-ready code
/* CSS */
color: #f0ccec;
background-color: #f0ccec;
/* Tailwind (arbitrary) */
class="text-[#f0ccec] bg-[#f0ccec]"
/* SCSS */
$brand: #f0ccec;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#f0ccec")Accessibility — WCAG contrast
Aa
#f0ccec on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ccec on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow1.7%
Key (black)5.9%
Color previews
#f0ccec text on a black background
contrast 14.55:1
Card sample
#f0ccec text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ccec;
Background color
Panel with #f0ccec background
background-color: #f0ccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ccec; background: linear-gradient(135deg, #f0ccec, #F0CCD4);