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