#f0cded
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 205, 237
HSL
305°, 54%, 87%
CMYK
0, 15, 1, 6
Luminance
0.6830
Every format
| HEX | #f0cded |
| RGB | rgb(240, 205, 237) |
| HSL | hsl(305, 54%, 87%) |
| CMYK | cmyk(0%, 15%, 1%, 6%) |
| LAB | lab(86.2 17.7 -11.2) |
| LCH | lch(86.2 20.9 327.7) |
| OKLCH | oklch(0.887 0.057 328.8) |
Copy-ready code
/* CSS */
color: #f0cded;
background-color: #f0cded;
/* Tailwind (arbitrary) */
class="text-[#f0cded] bg-[#f0cded]"
/* SCSS */
$brand: #f0cded;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.929)
/* Android */
Color.parseColor("#f0cded")Accessibility — WCAG contrast
Aa
#f0cded on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cded on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.4%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow1.2%
Key (black)5.9%
Color previews
#f0cded text on a black background
contrast 14.66:1
Card sample
#f0cded text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cded;
Background color
Panel with #f0cded background
background-color: #f0cded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 205, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 205, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cded; background: linear-gradient(135deg, #f0cded, #F0CDD6);