#ffc1cf
a pale, electric red · warm · “pink”
RGB
255, 193, 207
HSL
347°, 100%, 88%
CMYK
0, 24, 19, 0
Luminance
0.6390
Every format
| HEX | #ffc1cf |
| RGB | rgb(255, 193, 207) |
| HSL | hsl(347, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 19%, 0%) |
| LAB | lab(83.9 24.2 1.7) |
| LCH | lch(83.9 24.3 3.9) |
| OKLCH | oklch(0.871 0.073 3.7) |
Copy-ready code
/* CSS */
color: #ffc1cf;
background-color: #ffc1cf;
/* Tailwind (arbitrary) */
class="text-[#ffc1cf] bg-[#ffc1cf]"
/* SCSS */
$brand: #ffc1cf;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#ffc1cf")Accessibility — WCAG contrast
Aa
#ffc1cf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1cf on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow18.8%
Key (black)0.0%
Color previews
#ffc1cf text on a black background
contrast 13.78:1
Card sample
#ffc1cf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1cf;
Background color
Panel with #ffc1cf background
background-color: #ffc1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1cf; background: linear-gradient(135deg, #ffc1cf, #FFDCC1);