#ffcfce
a pale, electric red · warm · closest name: pink
RGB
255, 207, 206
HSL
1°, 100%, 90%
CMYK
0, 19, 19, 0
Luminance
0.7034
Every format
| HEX | #ffcfce |
| RGB | rgb(255, 207, 206) |
| HSL | hsl(1, 100%, 90%) |
| CMYK | cmyk(0%, 19%, 19%, 0%) |
| LAB | lab(87.2 16.7 6.9) |
| LCH | lch(87.2 18.1 22.4) |
| OKLCH | oklch(0.896 0.054 19.6) |
Copy-ready code
/* CSS */
color: #ffcfce;
background-color: #ffcfce;
/* Tailwind (arbitrary) */
class="text-[#ffcfce] bg-[#ffcfce]"
/* SCSS */
$brand: #ffcfce;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.808)
/* Android */
Color.parseColor("#ffcfce")Accessibility — WCAG contrast
Aa
#ffcfce on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcfce on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow19.2%
Key (black)0.0%
Color previews
#ffcfce text on a black background
contrast 15.07:1
Card sample
#ffcfce text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcfce;
Background color
Panel with #ffcfce background
background-color: #ffcfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcfce; background: linear-gradient(135deg, #ffcfce, #FFF0CE);