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