#f5baeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
245, 186, 235
HSL
310°, 75%, 85%
CMYK
0, 24, 4, 4
Luminance
0.6053
Every format
| HEX | #f5baeb |
| RGB | rgb(245, 186, 235) |
| HSL | hsl(310, 75%, 85%) |
| CMYK | cmyk(0%, 24%, 4%, 4%) |
| LAB | lab(82.1 29.0 -16.1) |
| LCH | lch(82.1 33.2 331.0) |
| OKLCH | oklch(0.857 0.093 332.3) |
Copy-ready code
/* CSS */
color: #f5baeb;
background-color: #f5baeb;
/* Tailwind (arbitrary) */
class="text-[#f5baeb] bg-[#f5baeb]"
/* SCSS */
$brand: #f5baeb;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#f5baeb")Accessibility — WCAG contrast
Aa
#f5baeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5baeb on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow4.1%
Key (black)3.9%
Color previews
#f5baeb text on a black background
contrast 13.11:1
Card sample
#f5baeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5baeb;
Background color
Panel with #f5baeb background
background-color: #f5baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5baeb; background: linear-gradient(135deg, #f5baeb, #F5BAC4);