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