#f5bdc7
a pale, vivid red · warm · closest name: pink
RGB
245, 189, 199
HSL
349°, 74%, 85%
CMYK
0, 23, 19, 4
Luminance
0.5993
Every format
| HEX | #f5bdc7 |
| RGB | rgb(245, 189, 199) |
| HSL | hsl(349, 74%, 85%) |
| CMYK | cmyk(0%, 23%, 19%, 4%) |
| LAB | lab(81.8 21.6 2.8) |
| LCH | lch(81.8 21.8 7.3) |
| OKLCH | oklch(0.851 0.066 6.6) |
Copy-ready code
/* CSS */
color: #f5bdc7;
background-color: #f5bdc7;
/* Tailwind (arbitrary) */
class="text-[#f5bdc7] bg-[#f5bdc7]"
/* SCSS */
$brand: #f5bdc7;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.780)
/* Android */
Color.parseColor("#f5bdc7")Accessibility — WCAG contrast
Aa
#f5bdc7 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bdc7 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow18.8%
Key (black)3.9%
Color previews
#f5bdc7 text on a black background
contrast 12.99:1
Card sample
#f5bdc7 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bdc7;
Background color
Panel with #f5bdc7 background
background-color: #f5bdc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bdc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 189, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 189, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bdc7; background: linear-gradient(135deg, #f5bdc7, #F5D8BD);