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