#ffb6ce
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 182, 206
HSL
340°, 100%, 86%
CMYK
0, 29, 19, 0
Luminance
0.5917
Every format
| HEX | #ffb6ce |
| RGB | rgb(255, 182, 206) |
| HSL | hsl(340, 100%, 86%) |
| CMYK | cmyk(0%, 29%, 19%, 0%) |
| LAB | lab(81.4 29.8 -1.5) |
| LCH | lch(81.4 29.9 357.1) |
| OKLCH | oklch(0.851 0.089 357.8) |
Copy-ready code
/* CSS */
color: #ffb6ce;
background-color: #ffb6ce;
/* Tailwind (arbitrary) */
class="text-[#ffb6ce] bg-[#ffb6ce]"
/* SCSS */
$brand: #ffb6ce;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.808)
/* Android */
Color.parseColor("#ffb6ce")Accessibility — WCAG contrast
Aa
#ffb6ce on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb6ce on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow19.2%
Key (black)0.0%
Color previews
#ffb6ce text on a black background
contrast 12.83:1
Card sample
#ffb6ce text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb6ce;
Background color
Panel with #ffb6ce background
background-color: #ffb6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb6ce; background: linear-gradient(135deg, #ffb6ce, #FFCFB6);