#ffc8d4
a pale, electric red · warm · closest name: pink
RGB
255, 200, 212
HSL
347°, 100%, 89%
CMYK
0, 22, 17, 0
Luminance
0.6732
Every format
| HEX | #ffc8d4 |
| RGB | rgb(255, 200, 212) |
| HSL | hsl(347, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 17%, 0%) |
| LAB | lab(85.7 21.3 1.6) |
| LCH | lch(85.7 21.4 4.2) |
| OKLCH | oklch(0.885 0.064 3.9) |
Copy-ready code
/* CSS */
color: #ffc8d4;
background-color: #ffc8d4;
/* Tailwind (arbitrary) */
class="text-[#ffc8d4] bg-[#ffc8d4]"
/* SCSS */
$brand: #ffc8d4;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.831)
/* Android */
Color.parseColor("#ffc8d4")Accessibility — WCAG contrast
Aa
#ffc8d4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8d4 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow16.9%
Key (black)0.0%
Color previews
#ffc8d4 text on a black background
contrast 14.46:1
Card sample
#ffc8d4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8d4;
Background color
Panel with #ffc8d4 background
background-color: #ffc8d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8d4; background: linear-gradient(135deg, #ffc8d4, #FFE1C8);