#f5bfe9
a pale, vivid magenta / pink · warm · closest name: plum
RGB
245, 191, 233
HSL
313°, 73%, 86%
CMYK
0, 22, 5, 4
Luminance
0.6256
Every format
| HEX | #f5bfe9 |
| RGB | rgb(245, 191, 233) |
| HSL | hsl(313, 73%, 86%) |
| CMYK | cmyk(0%, 22%, 5%, 4%) |
| LAB | lab(83.2 26.0 -13.4) |
| LCH | lch(83.2 29.3 332.8) |
| OKLCH | oklch(0.865 0.082 334.2) |
Copy-ready code
/* CSS */
color: #f5bfe9;
background-color: #f5bfe9;
/* Tailwind (arbitrary) */
class="text-[#f5bfe9] bg-[#f5bfe9]"
/* SCSS */
$brand: #f5bfe9;
/* SwiftUI */
Color(red: 0.961, green: 0.749, blue: 0.914)
/* Android */
Color.parseColor("#f5bfe9")Accessibility — WCAG contrast
Aa
#f5bfe9 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bfe9 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.9%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow4.9%
Key (black)3.9%
Color previews
#f5bfe9 text on a black background
contrast 13.51:1
Card sample
#f5bfe9 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bfe9;
Background color
Panel with #f5bfe9 background
background-color: #f5bfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 191, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 191, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bfe9; background: linear-gradient(135deg, #f5bfe9, #F5BFC5);