#f5bceb
a light, vivid magenta / pink · warm · closest name: plum
RGB
245, 188, 235
HSL
311°, 74%, 85%
CMYK
0, 23, 4, 4
Luminance
0.6138
Every format
| HEX | #f5bceb |
| RGB | rgb(245, 188, 235) |
| HSL | hsl(311, 74%, 85%) |
| CMYK | cmyk(0%, 23%, 4%, 4%) |
| LAB | lab(82.6 28.0 -15.4) |
| LCH | lch(82.6 31.9 331.1) |
| OKLCH | oklch(0.861 0.089 332.5) |
Copy-ready code
/* CSS */
color: #f5bceb;
background-color: #f5bceb;
/* Tailwind (arbitrary) */
class="text-[#f5bceb] bg-[#f5bceb]"
/* SCSS */
$brand: #f5bceb;
/* SwiftUI */
Color(red: 0.961, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#f5bceb")Accessibility — WCAG contrast
Aa
#f5bceb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bceb on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow4.1%
Key (black)3.9%
Color previews
#f5bceb text on a black background
contrast 13.28:1
Card sample
#f5bceb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bceb;
Background color
Panel with #f5bceb background
background-color: #f5bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bceb; background: linear-gradient(135deg, #f5bceb, #F5BCC5);