#ffbaeb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 186, 235
HSL
317°, 100%, 87%
CMYK
0, 27, 8, 0
Luminance
0.6238
Every format
| HEX | #ffbaeb |
| RGB | rgb(255, 186, 235) |
| HSL | hsl(317, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 8%, 0%) |
| LAB | lab(83.1 32.3 -14.5) |
| LCH | lch(83.1 35.4 335.8) |
| OKLCH | oklch(0.867 0.101 337.5) |
Copy-ready code
/* CSS */
color: #ffbaeb;
background-color: #ffbaeb;
/* Tailwind (arbitrary) */
class="text-[#ffbaeb] bg-[#ffbaeb]"
/* SCSS */
$brand: #ffbaeb;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#ffbaeb")Accessibility — WCAG contrast
Aa
#ffbaeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbaeb on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow7.8%
Key (black)0.0%
Color previews
#ffbaeb text on a black background
contrast 13.48:1
Card sample
#ffbaeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbaeb;
Background color
Panel with #ffbaeb background
background-color: #ffbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbaeb; background: linear-gradient(135deg, #ffbaeb, #FFBABD);