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