#f5bdbf
a pale, vivid red · warm · closest name: pink
RGB
245, 189, 191
HSL
358°, 74%, 85%
CMYK
0, 23, 22, 4
Luminance
0.5957
Every format
| HEX | #f5bdbf |
| RGB | rgb(245, 189, 191) |
| HSL | hsl(358, 74%, 85%) |
| CMYK | cmyk(0%, 23%, 22%, 4%) |
| LAB | lab(81.6 20.4 6.8) |
| LCH | lch(81.6 21.5 18.4) |
| OKLCH | oklch(0.849 0.065 16.1) |
Copy-ready code
/* CSS */
color: #f5bdbf;
background-color: #f5bdbf;
/* Tailwind (arbitrary) */
class="text-[#f5bdbf] bg-[#f5bdbf]"
/* SCSS */
$brand: #f5bdbf;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#f5bdbf")Accessibility — WCAG contrast
Aa
#f5bdbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bdbf on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow22.0%
Key (black)3.9%
Color previews
#f5bdbf text on a black background
contrast 12.91:1
Card sample
#f5bdbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bdbf;
Background color
Panel with #f5bdbf background
background-color: #f5bdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bdbf; background: linear-gradient(135deg, #f5bdbf, #F5E0BD);