#ffc3d7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 195, 215
HSL
340°, 100%, 88%
CMYK
0, 24, 16, 0
Luminance
0.6520
Every format
| HEX | #ffc3d7 |
| RGB | rgb(255, 195, 215) |
| HSL | hsl(340, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 16%, 0%) |
| LAB | lab(84.6 24.4 -1.6) |
| LCH | lch(84.6 24.4 356.2) |
| OKLCH | oklch(0.876 0.073 356.9) |
Copy-ready code
/* CSS */
color: #ffc3d7;
background-color: #ffc3d7;
/* Tailwind (arbitrary) */
class="text-[#ffc3d7] bg-[#ffc3d7]"
/* SCSS */
$brand: #ffc3d7;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.843)
/* Android */
Color.parseColor("#ffc3d7")Accessibility — WCAG contrast
Aa
#ffc3d7 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc3d7 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow15.7%
Key (black)0.0%
Color previews
#ffc3d7 text on a black background
contrast 14.04:1
Card sample
#ffc3d7 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc3d7;
Background color
Panel with #ffc3d7 background
background-color: #ffc3d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc3d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc3d7; background: linear-gradient(135deg, #ffc3d7, #FFD7C3);