#ffb3b5
a pale, electric red · warm · closest name: pink
RGB
255, 179, 181
HSL
358°, 100%, 85%
CMYK
0, 30, 29, 0
Luminance
0.5684
Every format
| HEX | #ffb3b5 |
| RGB | rgb(255, 179, 181) |
| HSL | hsl(358, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 29%, 0%) |
| LAB | lab(80.1 27.9 10.1) |
| LCH | lch(80.1 29.7 19.9) |
| OKLCH | oklch(0.839 0.089 17.4) |
Copy-ready code
/* CSS */
color: #ffb3b5;
background-color: #ffb3b5;
/* Tailwind (arbitrary) */
class="text-[#ffb3b5] bg-[#ffb3b5]"
/* SCSS */
$brand: #ffb3b5;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.710)
/* Android */
Color.parseColor("#ffb3b5")Accessibility — WCAG contrast
Aa
#ffb3b5 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3b5 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow29.0%
Key (black)0.0%
Color previews
#ffb3b5 text on a black background
contrast 12.37:1
Card sample
#ffb3b5 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3b5;
Background color
Panel with #ffb3b5 background
background-color: #ffb3b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3b5; background: linear-gradient(135deg, #ffb3b5, #FFE4B3);