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