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