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