#ffbefc
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 190, 252
HSL
303°, 100%, 87%
CMYK
0, 26, 1, 0
Luminance
0.6512
Every format
| HEX | #ffbefc |
| RGB | rgb(255, 190, 252) |
| HSL | hsl(303, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 1%, 0%) |
| LAB | lab(84.5 33.2 -21.4) |
| LCH | lch(84.5 39.5 327.1) |
| OKLCH | oklch(0.880 0.109 328.0) |
Copy-ready code
/* CSS */
color: #ffbefc;
background-color: #ffbefc;
/* Tailwind (arbitrary) */
class="text-[#ffbefc] bg-[#ffbefc]"
/* SCSS */
$brand: #ffbefc;
/* SwiftUI */
Color(red: 1.000, green: 0.745, blue: 0.988)
/* Android */
Color.parseColor("#ffbefc")Accessibility — WCAG contrast
Aa
#ffbefc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbefc on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow1.2%
Key (black)0.0%
Color previews
#ffbefc text on a black background
contrast 14.02:1
Card sample
#ffbefc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbefc;
Background color
Panel with #ffbefc background
background-color: #ffbefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 190, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 190, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbefc; background: linear-gradient(135deg, #ffbefc, #FFBED1);