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