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