#ffadeb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 173, 235
HSL
315°, 100%, 84%
CMYK
0, 32, 8, 0
Luminance
0.5715
Every format
| HEX | #ffadeb |
| RGB | rgb(255, 173, 235) |
| HSL | hsl(315, 100%, 84%) |
| CMYK | cmyk(0%, 32%, 8%, 0%) |
| LAB | lab(80.3 39.1 -18.8) |
| LCH | lch(80.3 43.4 334.3) |
| OKLCH | oklch(0.845 0.123 335.9) |
Copy-ready code
/* CSS */
color: #ffadeb;
background-color: #ffadeb;
/* Tailwind (arbitrary) */
class="text-[#ffadeb] bg-[#ffadeb]"
/* SCSS */
$brand: #ffadeb;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#ffadeb")Accessibility — WCAG contrast
Aa
#ffadeb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffadeb on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow7.8%
Key (black)0.0%
Color previews
#ffadeb text on a black background
contrast 12.43:1
Card sample
#ffadeb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffadeb;
Background color
Panel with #ffadeb background
background-color: #ffadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffadeb; background: linear-gradient(135deg, #ffadeb, #FFADB4);