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