#f0c2df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
240, 194, 223
HSL
322°, 61%, 85%
CMYK
0, 19, 7, 6
Luminance
0.6244
Every format
| HEX | #f0c2df |
| RGB | rgb(240, 194, 223) |
| HSL | hsl(322, 61%, 85%) |
| CMYK | cmyk(0%, 19%, 7%, 6%) |
| LAB | lab(83.2 21.0 -8.2) |
| LCH | lch(83.2 22.6 338.7) |
| OKLCH | oklch(0.863 0.064 340.4) |
Copy-ready code
/* CSS */
color: #f0c2df;
background-color: #f0c2df;
/* Tailwind (arbitrary) */
class="text-[#f0c2df] bg-[#f0c2df]"
/* SCSS */
$brand: #f0c2df;
/* SwiftUI */
Color(red: 0.941, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#f0c2df")Accessibility — WCAG contrast
Aa
#f0c2df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0c2df on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow7.1%
Key (black)5.9%
Color previews
#f0c2df text on a black background
contrast 13.49:1
Card sample
#f0c2df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0c2df;
Background color
Panel with #f0c2df background
background-color: #f0c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0c2df; background: linear-gradient(135deg, #f0c2df, #F0C4C2);