#ffbab2
a light, electric red · warm · closest name: pink
RGB
255, 186, 178
HSL
6°, 100%, 85%
CMYK
0, 27, 30, 0
Luminance
0.5959
Every format
| HEX | #ffbab2 |
| RGB | rgb(255, 186, 178) |
| HSL | hsl(6, 100%, 85%) |
| CMYK | cmyk(0%, 27%, 30%, 0%) |
| LAB | lab(81.6 23.9 13.9) |
| LCH | lch(81.6 27.6 30.2) |
| OKLCH | oklch(0.851 0.081 26.4) |
Copy-ready code
/* CSS */
color: #ffbab2;
background-color: #ffbab2;
/* Tailwind (arbitrary) */
class="text-[#ffbab2] bg-[#ffbab2]"
/* SCSS */
$brand: #ffbab2;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#ffbab2")Accessibility — WCAG contrast
Aa
#ffbab2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbab2 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow30.2%
Key (black)0.0%
Color previews
#ffbab2 text on a black background
contrast 12.92:1
Card sample
#ffbab2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbab2;
Background color
Panel with #ffbab2 background
background-color: #ffbab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbab2; background: linear-gradient(135deg, #ffbab2, #FFEDB2);