#ffb8d1
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 184, 209
HSL
339°, 100%, 86%
CMYK
0, 28, 18, 0
Luminance
0.6014
Every format
| HEX | #ffb8d1 |
| RGB | rgb(255, 184, 209) |
| HSL | hsl(339, 100%, 86%) |
| CMYK | cmyk(0%, 28%, 18%, 0%) |
| LAB | lab(81.9 29.2 -2.3) |
| LCH | lch(81.9 29.3 355.4) |
| OKLCH | oklch(0.855 0.088 356.2) |
Copy-ready code
/* CSS */
color: #ffb8d1;
background-color: #ffb8d1;
/* Tailwind (arbitrary) */
class="text-[#ffb8d1] bg-[#ffb8d1]"
/* SCSS */
$brand: #ffb8d1;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.820)
/* Android */
Color.parseColor("#ffb8d1")Accessibility — WCAG contrast
Aa
#ffb8d1 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb8d1 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow18.0%
Key (black)0.0%
Color previews
#ffb8d1 text on a black background
contrast 13.03:1
Card sample
#ffb8d1 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb8d1;
Background color
Panel with #ffb8d1 background
background-color: #ffb8d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb8d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb8d1; background: linear-gradient(135deg, #ffb8d1, #FFCEB8);