#fdbccb
a pale, electric red · warm · “pink”
RGB
253, 188, 203
HSL
346°, 94%, 87%
CMYK
0, 26, 20, 1
Luminance
0.6116
Every format
| HEX | #fdbccb |
| RGB | rgb(253, 188, 203) |
| HSL | hsl(346, 94%, 87%) |
| CMYK | cmyk(0%, 26%, 20%, 1%) |
| LAB | lab(82.5 25.5 1.7) |
| LCH | lch(82.5 25.6 3.8) |
| OKLCH | oklch(0.859 0.077 3.5) |
Copy-ready code
/* CSS */
color: #fdbccb;
background-color: #fdbccb;
/* Tailwind (arbitrary) */
class="text-[#fdbccb] bg-[#fdbccb]"
/* SCSS */
$brand: #fdbccb;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.796)
/* Android */
Color.parseColor("#fdbccb")Accessibility — WCAG contrast
Aa
#fdbccb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbccb on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow19.8%
Key (black)0.8%
Color previews
#fdbccb text on a black background
contrast 13.23:1
Card sample
#fdbccb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbccb;
Background color
Panel with #fdbccb background
background-color: #fdbccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbccb; background: linear-gradient(135deg, #fdbccb, #FDD8BC);