#ffb4cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 180, 207
HSL
338°, 100%, 85%
CMYK
0, 29, 19, 0
Luminance
0.5841
Every format
| HEX | #ffb4cf |
| RGB | rgb(255, 180, 207) |
| HSL | hsl(338, 100%, 85%) |
| CMYK | cmyk(0%, 29%, 19%, 0%) |
| LAB | lab(81.0 31.0 -2.6) |
| LCH | lch(81.0 31.1 355.1) |
| OKLCH | oklch(0.848 0.093 356.0) |
Copy-ready code
/* CSS */
color: #ffb4cf;
background-color: #ffb4cf;
/* Tailwind (arbitrary) */
class="text-[#ffb4cf] bg-[#ffb4cf]"
/* SCSS */
$brand: #ffb4cf;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#ffb4cf")Accessibility — WCAG contrast
Aa
#ffb4cf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb4cf on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow18.8%
Key (black)0.0%
Color previews
#ffb4cf text on a black background
contrast 12.68:1
Card sample
#ffb4cf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb4cf;
Background color
Panel with #ffb4cf background
background-color: #ffb4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb4cf; background: linear-gradient(135deg, #ffb4cf, #FFCBB4);