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