#ffc1cc
a pale, electric red · warm · “pink”
RGB
255, 193, 204
HSL
349°, 100%, 88%
CMYK
0, 24, 20, 0
Luminance
0.6376
Every format
| HEX | #ffc1cc |
| RGB | rgb(255, 193, 204) |
| HSL | hsl(349, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 20%, 0%) |
| LAB | lab(83.8 23.8 3.2) |
| LCH | lch(83.8 24.0 7.6) |
| OKLCH | oklch(0.870 0.072 6.9) |
Copy-ready code
/* CSS */
color: #ffc1cc;
background-color: #ffc1cc;
/* Tailwind (arbitrary) */
class="text-[#ffc1cc] bg-[#ffc1cc]"
/* SCSS */
$brand: #ffc1cc;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.800)
/* Android */
Color.parseColor("#ffc1cc")Accessibility — WCAG contrast
Aa
#ffc1cc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1cc on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow20.0%
Key (black)0.0%
Color previews
#ffc1cc text on a black background
contrast 13.75:1
Card sample
#ffc1cc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1cc;
Background color
Panel with #ffc1cc background
background-color: #ffc1cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1cc; background: linear-gradient(135deg, #ffc1cc, #FFDFC1);