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