#ffc8db
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 200, 219
HSL
339°, 100%, 89%
CMYK
0, 22, 14, 0
Luminance
0.6768
Every format
| HEX | #ffc8db |
| RGB | rgb(255, 200, 219) |
| HSL | hsl(339, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 14%, 0%) |
| LAB | lab(85.8 22.4 -1.9) |
| LCH | lch(85.8 22.5 355.1) |
| OKLCH | oklch(0.887 0.067 355.9) |
Copy-ready code
/* CSS */
color: #ffc8db;
background-color: #ffc8db;
/* Tailwind (arbitrary) */
class="text-[#ffc8db] bg-[#ffc8db]"
/* SCSS */
$brand: #ffc8db;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.859)
/* Android */
Color.parseColor("#ffc8db")Accessibility — WCAG contrast
Aa
#ffc8db on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8db on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow14.1%
Key (black)0.0%
Color previews
#ffc8db text on a black background
contrast 14.54:1
Card sample
#ffc8db text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8db;
Background color
Panel with #ffc8db background
background-color: #ffc8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8db; background: linear-gradient(135deg, #ffc8db, #FFDAC8);