#ff99ba
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 153, 186
HSL
341°, 100%, 80%
CMYK
0, 40, 27, 0
Luminance
0.4759
Every format
| HEX | #ff99ba |
| RGB | rgb(255, 153, 186) |
| HSL | hsl(341, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 27%, 0%) |
| LAB | lab(74.6 42.1 -0.6) |
| LCH | lch(74.6 42.1 359.2) |
| OKLCH | oklch(0.797 0.127 359.6) |
Copy-ready code
/* CSS */
color: #ff99ba;
background-color: #ff99ba;
/* Tailwind (arbitrary) */
class="text-[#ff99ba] bg-[#ff99ba]"
/* SCSS */
$brand: #ff99ba;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.729)
/* Android */
Color.parseColor("#ff99ba")Accessibility — WCAG contrast
Aa
#ff99ba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99ba on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ff99ba text on a black background
contrast 10.52:1
Card sample
#ff99ba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99ba;
Background color
Panel with #ff99ba background
background-color: #ff99ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99ba; background: linear-gradient(135deg, #ff99ba, #FFBC99);