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