#f3bceb
a light, vivid magenta / pink · warm · closest name: plum
RGB
243, 188, 235
HSL
309°, 70%, 85%
CMYK
0, 23, 3, 5
Luminance
0.6102
Every format
| HEX | #f3bceb |
| RGB | rgb(243, 188, 235) |
| HSL | hsl(309, 70%, 85%) |
| CMYK | cmyk(0%, 23%, 3%, 5%) |
| LAB | lab(82.4 27.3 -15.7) |
| LCH | lch(82.4 31.5 330.1) |
| OKLCH | oklch(0.859 0.088 331.3) |
Copy-ready code
/* CSS */
color: #f3bceb;
background-color: #f3bceb;
/* Tailwind (arbitrary) */
class="text-[#f3bceb] bg-[#f3bceb]"
/* SCSS */
$brand: #f3bceb;
/* SwiftUI */
Color(red: 0.953, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#f3bceb")Accessibility — WCAG contrast
Aa
#f3bceb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bceb on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow3.3%
Key (black)4.7%
Color previews
#f3bceb text on a black background
contrast 13.20:1
Card sample
#f3bceb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bceb;
Background color
Panel with #f3bceb background
background-color: #f3bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bceb; background: linear-gradient(135deg, #f3bceb, #F3BCC6);