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