#f0c0df
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 192, 223
HSL
321°, 62%, 85%
CMYK
0, 20, 7, 6
Luminance
0.6155
Every format
| HEX | #f0c0df |
| RGB | rgb(240, 192, 223) |
| HSL | hsl(321, 62%, 85%) |
| CMYK | cmyk(0%, 20%, 7%, 6%) |
| LAB | lab(82.7 22.1 -8.9) |
| LCH | lch(82.7 23.8 338.1) |
| OKLCH | oklch(0.859 0.068 339.7) |
Copy-ready code
/* CSS */
color: #f0c0df;
background-color: #f0c0df;
/* Tailwind (arbitrary) */
class="text-[#f0c0df] bg-[#f0c0df]"
/* SCSS */
$brand: #f0c0df;
/* SwiftUI */
Color(red: 0.941, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#f0c0df")Accessibility — WCAG contrast
Aa
#f0c0df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0c0df on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow7.1%
Key (black)5.9%
Color previews
#f0c0df text on a black background
contrast 13.31:1
Card sample
#f0c0df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0c0df;
Background color
Panel with #f0c0df background
background-color: #f0c0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0c0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0c0df; background: linear-gradient(135deg, #f0c0df, #F0C1C0);