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