#ffb3d6
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 179, 214
HSL
332°, 100%, 85%
CMYK
0, 30, 16, 0
Luminance
0.5836
Every format
| HEX | #ffb3d6 |
| RGB | rgb(255, 179, 214) |
| HSL | hsl(332, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 16%, 0%) |
| LAB | lab(80.9 32.6 -6.5) |
| LCH | lch(80.9 33.3 348.8) |
| OKLCH | oklch(0.848 0.098 350.2) |
Copy-ready code
/* CSS */
color: #ffb3d6;
background-color: #ffb3d6;
/* Tailwind (arbitrary) */
class="text-[#ffb3d6] bg-[#ffb3d6]"
/* SCSS */
$brand: #ffb3d6;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.839)
/* Android */
Color.parseColor("#ffb3d6")Accessibility — WCAG contrast
Aa
#ffb3d6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3d6 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow16.1%
Key (black)0.0%
Color previews
#ffb3d6 text on a black background
contrast 12.67:1
Card sample
#ffb3d6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3d6;
Background color
Panel with #ffb3d6 background
background-color: #ffb3d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3d6; background: linear-gradient(135deg, #ffb3d6, #FFC3B3);