#ffc8cf
a pale, electric red · warm · closest name: pink
RGB
255, 200, 207
HSL
352°, 100%, 89%
CMYK
0, 22, 19, 0
Luminance
0.6707
Every format
| HEX | #ffc8cf |
| RGB | rgb(255, 200, 207) |
| HSL | hsl(352, 100%, 89%) |
| CMYK | cmyk(0%, 22%, 19%, 0%) |
| LAB | lab(85.5 20.5 4.0) |
| LCH | lch(85.5 20.9 11.1) |
| OKLCH | oklch(0.883 0.063 9.9) |
Copy-ready code
/* CSS */
color: #ffc8cf;
background-color: #ffc8cf;
/* Tailwind (arbitrary) */
class="text-[#ffc8cf] bg-[#ffc8cf]"
/* SCSS */
$brand: #ffc8cf;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#ffc8cf")Accessibility — WCAG contrast
Aa
#ffc8cf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8cf on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ffc8cf text on a black background
contrast 14.41:1
Card sample
#ffc8cf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8cf;
Background color
Panel with #ffc8cf background
background-color: #ffc8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8cf; background: linear-gradient(135deg, #ffc8cf, #FFE6C8);