#f8bdcd
a pale, electric magenta / pink · warm · closest name: pink
RGB
248, 189, 205
HSL
344°, 81%, 86%
CMYK
0, 24, 17, 3
Luminance
0.6076
Every format
| HEX | #f8bdcd |
| RGB | rgb(248, 189, 205) |
| HSL | hsl(344, 81%, 86%) |
| CMYK | cmyk(0%, 24%, 17%, 3%) |
| LAB | lab(82.3 23.5 0.2) |
| LCH | lch(82.3 23.5 0.6) |
| OKLCH | oklch(0.856 0.071 0.8) |
Copy-ready code
/* CSS */
color: #f8bdcd;
background-color: #f8bdcd;
/* Tailwind (arbitrary) */
class="text-[#f8bdcd] bg-[#f8bdcd]"
/* SCSS */
$brand: #f8bdcd;
/* SwiftUI */
Color(red: 0.973, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#f8bdcd")Accessibility — WCAG contrast
Aa
#f8bdcd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8bdcd on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green74.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow17.3%
Key (black)2.7%
Color previews
#f8bdcd text on a black background
contrast 13.15:1
Card sample
#f8bdcd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8bdcd;
Background color
Panel with #f8bdcd background
background-color: #f8bdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8bdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8bdcd; background: linear-gradient(135deg, #f8bdcd, #F8D4BD);