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