#ffbbbb
a pale, electric red · warm · closest name: pink
RGB
255, 187, 187
HSL
0°, 100%, 87%
CMYK
0, 27, 27, 0
Luminance
0.6039
Every format
| HEX | #ffbbbb |
| RGB | rgb(255, 187, 187) |
| HSL | hsl(0, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 27%, 0%) |
| LAB | lab(82.0 24.5 9.7) |
| LCH | lch(82.0 26.4 21.6) |
| OKLCH | oklch(0.855 0.079 18.8) |
Copy-ready code
/* CSS */
color: #ffbbbb;
background-color: #ffbbbb;
/* Tailwind (arbitrary) */
class="text-[#ffbbbb] bg-[#ffbbbb]"
/* SCSS */
$brand: #ffbbbb;
/* SwiftUI */
Color(red: 1.000, green: 0.733, blue: 0.733)
/* Android */
Color.parseColor("#ffbbbb")Accessibility — WCAG contrast
Aa
#ffbbbb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbbbb on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow26.7%
Key (black)0.0%
Color previews
#ffbbbb text on a black background
contrast 13.08:1
Card sample
#ffbbbb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbbbb;
Background color
Panel with #ffbbbb background
background-color: #ffbbbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbbbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 187, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 187, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbbbb; background: linear-gradient(135deg, #ffbbbb, #FFE8BB);