#f0ccf5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 204, 245
HSL
293°, 67%, 88%
CMYK
2, 17, 0, 4
Luminance
0.6830
Every format
| HEX | #f0ccf5 |
| RGB | rgb(240, 204, 245) |
| HSL | hsl(293, 67%, 88%) |
| CMYK | cmyk(2%, 17%, 0%, 4%) |
| LAB | lab(86.2 19.6 -15.4) |
| LCH | lch(86.2 25.0 321.9) |
| OKLCH | oklch(0.888 0.067 322.2) |
Copy-ready code
/* CSS */
color: #f0ccf5;
background-color: #f0ccf5;
/* Tailwind (arbitrary) */
class="text-[#f0ccf5] bg-[#f0ccf5]"
/* SCSS */
$brand: #f0ccf5;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.961)
/* Android */
Color.parseColor("#f0ccf5")Accessibility — WCAG contrast
Aa
#f0ccf5 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ccf5 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue96.1%
CMYK percentages
Cyan2.0%
Magenta16.7%
Yellow0.0%
Key (black)3.9%
Color previews
#f0ccf5 text on a black background
contrast 14.66:1
Card sample
#f0ccf5 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ccf5;
Background color
Panel with #f0ccf5 background
background-color: #f0ccf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ccf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ccf5; background: linear-gradient(135deg, #f0ccf5, #F5CCDF);