#ffb3d2
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 179, 210
HSL
336°, 100%, 85%
CMYK
0, 30, 18, 0
Luminance
0.5815
Every format
| HEX | #ffb3d2 |
| RGB | rgb(255, 179, 210) |
| HSL | hsl(336, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 18%, 0%) |
| LAB | lab(80.8 32.0 -4.5) |
| LCH | lch(80.8 32.3 352.1) |
| OKLCH | oklch(0.847 0.096 353.2) |
Copy-ready code
/* CSS */
color: #ffb3d2;
background-color: #ffb3d2;
/* Tailwind (arbitrary) */
class="text-[#ffb3d2] bg-[#ffb3d2]"
/* SCSS */
$brand: #ffb3d2;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.824)
/* Android */
Color.parseColor("#ffb3d2")Accessibility — WCAG contrast
Aa
#ffb3d2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3d2 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow17.6%
Key (black)0.0%
Color previews
#ffb3d2 text on a black background
contrast 12.63:1
Card sample
#ffb3d2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3d2;
Background color
Panel with #ffb3d2 background
background-color: #ffb3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3d2; background: linear-gradient(135deg, #ffb3d2, #FFC7B3);