#ffbceb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 188, 235
HSL
318°, 100%, 87%
CMYK
0, 26, 8, 0
Luminance
0.6322
Every format
| HEX | #ffbceb |
| RGB | rgb(255, 188, 235) |
| HSL | hsl(318, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 8%, 0%) |
| LAB | lab(83.6 31.3 -13.8) |
| LCH | lch(83.6 34.2 336.1) |
| OKLCH | oklch(0.871 0.097 337.8) |
Copy-ready code
/* CSS */
color: #ffbceb;
background-color: #ffbceb;
/* Tailwind (arbitrary) */
class="text-[#ffbceb] bg-[#ffbceb]"
/* SCSS */
$brand: #ffbceb;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#ffbceb")Accessibility — WCAG contrast
Aa
#ffbceb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbceb on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow7.8%
Key (black)0.0%
Color previews
#ffbceb text on a black background
contrast 13.64:1
Card sample
#ffbceb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbceb;
Background color
Panel with #ffbceb background
background-color: #ffbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbceb; background: linear-gradient(135deg, #ffbceb, #FFBCBF);