#ffb8d6
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 184, 214
HSL
335°, 100%, 86%
CMYK
0, 28, 16, 0
Luminance
0.6040
Every format
| HEX | #ffb8d6 |
| RGB | rgb(255, 184, 214) |
| HSL | hsl(335, 100%, 86%) |
| CMYK | cmyk(0%, 28%, 16%, 0%) |
| LAB | lab(82.0 30.0 -4.8) |
| LCH | lch(82.0 30.4 350.9) |
| OKLCH | oklch(0.857 0.090 352.1) |
Copy-ready code
/* CSS */
color: #ffb8d6;
background-color: #ffb8d6;
/* Tailwind (arbitrary) */
class="text-[#ffb8d6] bg-[#ffb8d6]"
/* SCSS */
$brand: #ffb8d6;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.839)
/* Android */
Color.parseColor("#ffb8d6")Accessibility — WCAG contrast
Aa
#ffb8d6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb8d6 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow16.1%
Key (black)0.0%
Color previews
#ffb8d6 text on a black background
contrast 13.08:1
Card sample
#ffb8d6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb8d6;
Background color
Panel with #ffb8d6 background
background-color: #ffb8d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb8d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb8d6; background: linear-gradient(135deg, #ffb8d6, #FFC9B8);