#ffb6d2
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 182, 210
HSL
337°, 100%, 86%
CMYK
0, 29, 18, 0
Luminance
0.5937
Every format
| HEX | #ffb6d2 |
| RGB | rgb(255, 182, 210) |
| HSL | hsl(337, 100%, 86%) |
| CMYK | cmyk(0%, 29%, 18%, 0%) |
| LAB | lab(81.5 30.4 -3.5) |
| LCH | lch(81.5 30.6 353.5) |
| OKLCH | oklch(0.852 0.091 354.5) |
Copy-ready code
/* CSS */
color: #ffb6d2;
background-color: #ffb6d2;
/* Tailwind (arbitrary) */
class="text-[#ffb6d2] bg-[#ffb6d2]"
/* SCSS */
$brand: #ffb6d2;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.824)
/* Android */
Color.parseColor("#ffb6d2")Accessibility — WCAG contrast
Aa
#ffb6d2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb6d2 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow17.6%
Key (black)0.0%
Color previews
#ffb6d2 text on a black background
contrast 12.87:1
Card sample
#ffb6d2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb6d2;
Background color
Panel with #ffb6d2 background
background-color: #ffb6d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb6d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb6d2; background: linear-gradient(135deg, #ffb6d2, #FFCBB6);