#f5bfcb
a pale, vivid red · warm · closest name: pink
RGB
245, 191, 203
HSL
347°, 73%, 86%
CMYK
0, 22, 17, 4
Luminance
0.6099
Every format
| HEX | #f5bfcb |
| RGB | rgb(245, 191, 203) |
| HSL | hsl(347, 73%, 86%) |
| CMYK | cmyk(0%, 22%, 17%, 4%) |
| LAB | lab(82.4 21.1 1.4) |
| LCH | lch(82.4 21.2 3.9) |
| OKLCH | oklch(0.856 0.064 3.7) |
Copy-ready code
/* CSS */
color: #f5bfcb;
background-color: #f5bfcb;
/* Tailwind (arbitrary) */
class="text-[#f5bfcb] bg-[#f5bfcb]"
/* SCSS */
$brand: #f5bfcb;
/* SwiftUI */
Color(red: 0.961, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#f5bfcb")Accessibility — WCAG contrast
Aa
#f5bfcb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bfcb on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow17.1%
Key (black)3.9%
Color previews
#f5bfcb text on a black background
contrast 13.20:1
Card sample
#f5bfcb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bfcb;
Background color
Panel with #f5bfcb background
background-color: #f5bfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bfcb; background: linear-gradient(135deg, #f5bfcb, #F5D7BF);