#f2bcba
a light, vivid red · warm · closest name: pink
RGB
242, 188, 186
HSL
2°, 68%, 84%
CMYK
0, 22, 23, 5
Luminance
0.5839
Every format
| HEX | #f2bcba |
| RGB | rgb(242, 188, 186) |
| HSL | hsl(2, 68%, 84%) |
| CMYK | cmyk(0%, 22%, 23%, 5%) |
| LAB | lab(81.0 19.1 8.5) |
| LCH | lch(81.0 20.9 24.0) |
| OKLCH | oklch(0.843 0.063 20.9) |
Copy-ready code
/* CSS */
color: #f2bcba;
background-color: #f2bcba;
/* Tailwind (arbitrary) */
class="text-[#f2bcba] bg-[#f2bcba]"
/* SCSS */
$brand: #f2bcba;
/* SwiftUI */
Color(red: 0.949, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#f2bcba")Accessibility — WCAG contrast
Aa
#f2bcba on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bcba on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow23.1%
Key (black)5.1%
Color previews
#f2bcba text on a black background
contrast 12.68:1
Card sample
#f2bcba text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bcba;
Background color
Panel with #f2bcba background
background-color: #f2bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bcba; background: linear-gradient(135deg, #f2bcba, #F2E1BA);