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