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