#ffc0df
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 192, 223
HSL
331°, 100%, 88%
CMYK
0, 25, 13, 0
Luminance
0.6429
Every format
| HEX | #ffc0df |
| RGB | rgb(255, 192, 223) |
| HSL | hsl(331, 100%, 88%) |
| CMYK | cmyk(0%, 25%, 13%, 0%) |
| LAB | lab(84.1 27.2 -6.6) |
| LCH | lch(84.1 28.0 346.4) |
| OKLCH | oklch(0.874 0.082 347.9) |
Copy-ready code
/* CSS */
color: #ffc0df;
background-color: #ffc0df;
/* Tailwind (arbitrary) */
class="text-[#ffc0df] bg-[#ffc0df]"
/* SCSS */
$brand: #ffc0df;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#ffc0df")Accessibility — WCAG contrast
Aa
#ffc0df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc0df on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow12.5%
Key (black)0.0%
Color previews
#ffc0df text on a black background
contrast 13.86:1
Card sample
#ffc0df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc0df;
Background color
Panel with #ffc0df background
background-color: #ffc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc0df; background: linear-gradient(135deg, #ffc0df, #FFCBC0);