#ffb1cd
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 177, 205
HSL
339°, 100%, 85%
CMYK
0, 31, 20, 0
Luminance
0.5711
Every format
| HEX | #ffb1cd |
| RGB | rgb(255, 177, 205) |
| HSL | hsl(339, 100%, 85%) |
| CMYK | cmyk(0%, 31%, 20%, 0%) |
| LAB | lab(80.2 32.3 -2.6) |
| LCH | lch(80.2 32.4 355.3) |
| OKLCH | oklch(0.842 0.097 356.2) |
Copy-ready code
/* CSS */
color: #ffb1cd;
background-color: #ffb1cd;
/* Tailwind (arbitrary) */
class="text-[#ffb1cd] bg-[#ffb1cd]"
/* SCSS */
$brand: #ffb1cd;
/* SwiftUI */
Color(red: 1.000, green: 0.694, blue: 0.804)
/* Android */
Color.parseColor("#ffb1cd")Accessibility — WCAG contrast
Aa
#ffb1cd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb1cd on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow19.6%
Key (black)0.0%
Color previews
#ffb1cd text on a black background
contrast 12.42:1
Card sample
#ffb1cd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb1cd;
Background color
Panel with #ffb1cd background
background-color: #ffb1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 177, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 177, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb1cd; background: linear-gradient(135deg, #ffb1cd, #FFC9B1);