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