#fbc2bc
a pale, electric red · warm · closest name: pink
RGB
251, 194, 188
HSL
6°, 89%, 86%
CMYK
0, 23, 25, 2
Luminance
0.6272
Every format
| HEX | #fbc2bc |
| RGB | rgb(251, 194, 188) |
| HSL | hsl(6, 89%, 86%) |
| CMYK | cmyk(0%, 23%, 25%, 2%) |
| LAB | lab(83.3 19.5 10.9) |
| LCH | lch(83.3 22.4 29.1) |
| OKLCH | oklch(0.863 0.066 25.4) |
Copy-ready code
/* CSS */
color: #fbc2bc;
background-color: #fbc2bc;
/* Tailwind (arbitrary) */
class="text-[#fbc2bc] bg-[#fbc2bc]"
/* SCSS */
$brand: #fbc2bc;
/* SwiftUI */
Color(red: 0.984, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#fbc2bc")Accessibility — WCAG contrast
Aa
#fbc2bc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc2bc on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow25.1%
Key (black)1.6%
Color previews
#fbc2bc text on a black background
contrast 13.54:1
Card sample
#fbc2bc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc2bc;
Background color
Panel with #fbc2bc background
background-color: #fbc2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 194, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 194, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc2bc; background: linear-gradient(135deg, #fbc2bc, #FBECBC);