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