#ffb3e8
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 179, 232
HSL
318°, 100%, 85%
CMYK
0, 30, 9, 0
Luminance
0.5933
Every format
| HEX | #ffb3e8 |
| RGB | rgb(255, 179, 232) |
| HSL | hsl(318, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 9%, 0%) |
| LAB | lab(81.5 35.5 -15.4) |
| LCH | lch(81.5 38.7 336.6) |
| OKLCH | oklch(0.854 0.110 338.3) |
Copy-ready code
/* CSS */
color: #ffb3e8;
background-color: #ffb3e8;
/* Tailwind (arbitrary) */
class="text-[#ffb3e8] bg-[#ffb3e8]"
/* SCSS */
$brand: #ffb3e8;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.910)
/* Android */
Color.parseColor("#ffb3e8")Accessibility — WCAG contrast
Aa
#ffb3e8 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3e8 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow9.0%
Key (black)0.0%
Color previews
#ffb3e8 text on a black background
contrast 12.87:1
Card sample
#ffb3e8 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3e8;
Background color
Panel with #ffb3e8 background
background-color: #ffb3e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3e8; background: linear-gradient(135deg, #ffb3e8, #FFB3B5);