#ffbfeb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 191, 235
HSL
319°, 100%, 88%
CMYK
0, 25, 8, 0
Luminance
0.6452
Every format
| HEX | #ffbfeb |
| RGB | rgb(255, 191, 235) |
| HSL | hsl(319, 100%, 88%) |
| CMYK | cmyk(0%, 25%, 8%, 0%) |
| LAB | lab(84.2 29.7 -12.8) |
| LCH | lch(84.2 32.4 336.6) |
| OKLCH | oklch(0.876 0.092 338.3) |
Copy-ready code
/* CSS */
color: #ffbfeb;
background-color: #ffbfeb;
/* Tailwind (arbitrary) */
class="text-[#ffbfeb] bg-[#ffbfeb]"
/* SCSS */
$brand: #ffbfeb;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#ffbfeb")Accessibility — WCAG contrast
Aa
#ffbfeb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbfeb on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow7.8%
Key (black)0.0%
Color previews
#ffbfeb text on a black background
contrast 13.90:1
Card sample
#ffbfeb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbfeb;
Background color
Panel with #ffbfeb background
background-color: #ffbfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbfeb; background: linear-gradient(135deg, #ffbfeb, #FFBFC1);