#ffc3db
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 195, 219
HSL
336°, 100%, 88%
CMYK
0, 24, 14, 0
Luminance
0.6540
Every format
| HEX | #ffc3db |
| RGB | rgb(255, 195, 219) |
| HSL | hsl(336, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 14%, 0%) |
| LAB | lab(84.7 25.0 -3.6) |
| LCH | lch(84.7 25.3 351.8) |
| OKLCH | oklch(0.878 0.075 352.9) |
Copy-ready code
/* CSS */
color: #ffc3db;
background-color: #ffc3db;
/* Tailwind (arbitrary) */
class="text-[#ffc3db] bg-[#ffc3db]"
/* SCSS */
$brand: #ffc3db;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#ffc3db")Accessibility — WCAG contrast
Aa
#ffc3db on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc3db on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow14.1%
Key (black)0.0%
Color previews
#ffc3db text on a black background
contrast 14.08:1
Card sample
#ffc3db text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc3db;
Background color
Panel with #ffc3db background
background-color: #ffc3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc3db; background: linear-gradient(135deg, #ffc3db, #FFD3C3);