#f5bace
a light, vivid magenta / pink · warm · closest name: pink
RGB
245, 186, 206
HSL
340°, 75%, 85%
CMYK
0, 24, 16, 4
Luminance
0.5899
Every format
| HEX | #f5bace |
| RGB | rgb(245, 186, 206) |
| HSL | hsl(340, 75%, 85%) |
| CMYK | cmyk(0%, 24%, 16%, 4%) |
| LAB | lab(81.3 24.2 -1.8) |
| LCH | lch(81.3 24.3 355.8) |
| OKLCH | oklch(0.848 0.072 356.6) |
Copy-ready code
/* CSS */
color: #f5bace;
background-color: #f5bace;
/* Tailwind (arbitrary) */
class="text-[#f5bace] bg-[#f5bace]"
/* SCSS */
$brand: #f5bace;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#f5bace")Accessibility — WCAG contrast
Aa
#f5bace on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bace on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow15.9%
Key (black)3.9%
Color previews
#f5bace text on a black background
contrast 12.80:1
Card sample
#f5bace text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bace;
Background color
Panel with #f5bace background
background-color: #f5bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bace; background: linear-gradient(135deg, #f5bace, #F5CDBA);