#ffc1d6
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 193, 214
HSL
340°, 100%, 88%
CMYK
0, 24, 16, 0
Luminance
0.6425
Every format
| HEX | #ffc1d6 |
| RGB | rgb(255, 193, 214) |
| HSL | hsl(340, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 16%, 0%) |
| LAB | lab(84.1 25.3 -1.8) |
| LCH | lch(84.1 25.3 355.9) |
| OKLCH | oklch(0.873 0.075 356.6) |
Copy-ready code
/* CSS */
color: #ffc1d6;
background-color: #ffc1d6;
/* Tailwind (arbitrary) */
class="text-[#ffc1d6] bg-[#ffc1d6]"
/* SCSS */
$brand: #ffc1d6;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.839)
/* Android */
Color.parseColor("#ffc1d6")Accessibility — WCAG contrast
Aa
#ffc1d6 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1d6 on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow16.1%
Key (black)0.0%
Color previews
#ffc1d6 text on a black background
contrast 13.85:1
Card sample
#ffc1d6 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1d6;
Background color
Panel with #ffc1d6 background
background-color: #ffc1d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1d6; background: linear-gradient(135deg, #ffc1d6, #FFD5C1);