#f0cddc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
240, 205, 220
HSL
334°, 54%, 87%
CMYK
0, 15, 8, 6
Luminance
0.6736
Every format
| HEX | #f0cddc |
| RGB | rgb(240, 205, 220) |
| HSL | hsl(334, 54%, 87%) |
| CMYK | cmyk(0%, 15%, 8%, 6%) |
| LAB | lab(85.7 14.7 -2.9) |
| LCH | lch(85.7 15.0 349.0) |
| OKLCH | oklch(0.882 0.044 350.3) |
Copy-ready code
/* CSS */
color: #f0cddc;
background-color: #f0cddc;
/* Tailwind (arbitrary) */
class="text-[#f0cddc] bg-[#f0cddc]"
/* SCSS */
$brand: #f0cddc;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#f0cddc")Accessibility — WCAG contrast
Aa
#f0cddc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cddc on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow8.3%
Key (black)5.9%
Color previews
#f0cddc text on a black background
contrast 14.47:1
Card sample
#f0cddc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cddc;
Background color
Panel with #f0cddc background
background-color: #f0cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cddc; background: linear-gradient(135deg, #f0cddc, #F0D5CD);