#ffbfe7
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 191, 231
HSL
323°, 100%, 88%
CMYK
0, 25, 9, 0
Luminance
0.6429
Every format
| HEX | #ffbfe7 |
| RGB | rgb(255, 191, 231) |
| HSL | hsl(323, 100%, 88%) |
| CMYK | cmyk(0%, 25%, 9%, 0%) |
| LAB | lab(84.1 29.0 -10.9) |
| LCH | lch(84.1 31.0 339.5) |
| OKLCH | oklch(0.874 0.089 341.2) |
Copy-ready code
/* CSS */
color: #ffbfe7;
background-color: #ffbfe7;
/* Tailwind (arbitrary) */
class="text-[#ffbfe7] bg-[#ffbfe7]"
/* SCSS */
$brand: #ffbfe7;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.906)
/* Android */
Color.parseColor("#ffbfe7")Accessibility — WCAG contrast
Aa
#ffbfe7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbfe7 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow9.4%
Key (black)0.0%
Color previews
#ffbfe7 text on a black background
contrast 13.86:1
Card sample
#ffbfe7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbfe7;
Background color
Panel with #ffbfe7 background
background-color: #ffbfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbfe7; background: linear-gradient(135deg, #ffbfe7, #FFC2BF);