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