#ffb5cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 181, 207
HSL
339°, 100%, 86%
CMYK
0, 29, 19, 0
Luminance
0.5881
Every format
| HEX | #ffb5cf |
| RGB | rgb(255, 181, 207) |
| HSL | hsl(339, 100%, 86%) |
| CMYK | cmyk(0%, 29%, 19%, 0%) |
| LAB | lab(81.2 30.5 -2.3) |
| LCH | lch(81.2 30.6 355.7) |
| OKLCH | oklch(0.850 0.091 356.4) |
Copy-ready code
/* CSS */
color: #ffb5cf;
background-color: #ffb5cf;
/* Tailwind (arbitrary) */
class="text-[#ffb5cf] bg-[#ffb5cf]"
/* SCSS */
$brand: #ffb5cf;
/* SwiftUI */
Color(red: 1.000, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#ffb5cf")Accessibility — WCAG contrast
Aa
#ffb5cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb5cf on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow18.8%
Key (black)0.0%
Color previews
#ffb5cf text on a black background
contrast 12.76:1
Card sample
#ffb5cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb5cf;
Background color
Panel with #ffb5cf background
background-color: #ffb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb5cf; background: linear-gradient(135deg, #ffb5cf, #FFCCB5);