#ffbabc
a pale, electric red · warm · closest name: pink
RGB
255, 186, 188
HSL
358°, 100%, 87%
CMYK
0, 27, 26, 0
Luminance
0.6001
Every format
| HEX | #ffbabc |
| RGB | rgb(255, 186, 188) |
| HSL | hsl(358, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 26%, 0%) |
| LAB | lab(81.8 25.2 8.9) |
| LCH | lch(81.8 26.7 19.4) |
| OKLCH | oklch(0.853 0.080 17.0) |
Copy-ready code
/* CSS */
color: #ffbabc;
background-color: #ffbabc;
/* Tailwind (arbitrary) */
class="text-[#ffbabc] bg-[#ffbabc]"
/* SCSS */
$brand: #ffbabc;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#ffbabc")Accessibility — WCAG contrast
Aa
#ffbabc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbabc on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow26.3%
Key (black)0.0%
Color previews
#ffbabc text on a black background
contrast 13.00:1
Card sample
#ffbabc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbabc;
Background color
Panel with #ffbabc background
background-color: #ffbabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbabc; background: linear-gradient(135deg, #ffbabc, #FFE6BA);