#fdbbbe
a pale, electric red · warm · closest name: pink
RGB
253, 187, 190
HSL
357°, 94%, 86%
CMYK
0, 26, 25, 1
Luminance
0.6014
Every format
| HEX | #fdbbbe |
| RGB | rgb(253, 187, 190) |
| HSL | hsl(357, 94%, 86%) |
| CMYK | cmyk(0%, 26%, 25%, 1%) |
| LAB | lab(81.9 24.2 7.9) |
| LCH | lch(81.9 25.4 18.0) |
| OKLCH | oklch(0.853 0.076 15.8) |
Copy-ready code
/* CSS */
color: #fdbbbe;
background-color: #fdbbbe;
/* Tailwind (arbitrary) */
class="text-[#fdbbbe] bg-[#fdbbbe]"
/* SCSS */
$brand: #fdbbbe;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.745)
/* Android */
Color.parseColor("#fdbbbe")Accessibility — WCAG contrast
Aa
#fdbbbe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbbe on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow24.9%
Key (black)0.8%
Color previews
#fdbbbe text on a black background
contrast 13.03:1
Card sample
#fdbbbe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbbe;
Background color
Panel with #fdbbbe background
background-color: #fdbbbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbbe; background: linear-gradient(135deg, #fdbbbe, #FDE4BB);