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