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