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