#f9bdc3
a pale, electric red · warm · closest name: pink
RGB
249, 189, 195
HSL
354°, 83%, 86%
CMYK
0, 24, 22, 2
Luminance
0.6048
Every format
| HEX | #f9bdc3 |
| RGB | rgb(249, 189, 195) |
| HSL | hsl(354, 83%, 86%) |
| CMYK | cmyk(0%, 24%, 22%, 2%) |
| LAB | lab(82.1 22.4 5.4) |
| LCH | lch(82.1 23.1 13.5) |
| OKLCH | oklch(0.854 0.070 12.0) |
Copy-ready code
/* CSS */
color: #f9bdc3;
background-color: #f9bdc3;
/* Tailwind (arbitrary) */
class="text-[#f9bdc3] bg-[#f9bdc3]"
/* SCSS */
$brand: #f9bdc3;
/* SwiftUI */
Color(red: 0.976, green: 0.741, blue: 0.765)
/* Android */
Color.parseColor("#f9bdc3")Accessibility — WCAG contrast
Aa
#f9bdc3 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bdc3 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.1%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow21.7%
Key (black)2.4%
Color previews
#f9bdc3 text on a black background
contrast 13.10:1
Card sample
#f9bdc3 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bdc3;
Background color
Panel with #f9bdc3 background
background-color: #f9bdc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bdc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 189, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 189, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bdc3; background: linear-gradient(135deg, #f9bdc3, #F9DFBD);