#fdbcb3
a light, electric red · warm · closest name: pink
RGB
253, 188, 179
HSL
7°, 95%, 85%
CMYK
0, 26, 29, 1
Luminance
0.6010
Every format
| HEX | #fdbcb3 |
| RGB | rgb(253, 188, 179) |
| HSL | hsl(7, 95%, 85%) |
| CMYK | cmyk(0%, 26%, 29%, 1%) |
| LAB | lab(81.9 22.2 13.7) |
| LCH | lch(81.9 26.1 31.8) |
| OKLCH | oklch(0.852 0.077 27.7) |
Copy-ready code
/* CSS */
color: #fdbcb3;
background-color: #fdbcb3;
/* Tailwind (arbitrary) */
class="text-[#fdbcb3] bg-[#fdbcb3]"
/* SCSS */
$brand: #fdbcb3;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.702)
/* Android */
Color.parseColor("#fdbcb3")Accessibility — WCAG contrast
Aa
#fdbcb3 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcb3 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow29.2%
Key (black)0.8%
Color previews
#fdbcb3 text on a black background
contrast 13.02:1
Card sample
#fdbcb3 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcb3;
Background color
Panel with #fdbcb3 background
background-color: #fdbcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcb3; background: linear-gradient(135deg, #fdbcb3, #FDEDB3);