#ff9cba
a light, electric magenta / pink · warm · closest name: pink
RGB
255, 156, 186
HSL
342°, 100%, 81%
CMYK
0, 39, 27, 0
Luminance
0.4858
Every format
| HEX | #ff9cba |
| RGB | rgb(255, 156, 186) |
| HSL | hsl(342, 100%, 81%) |
| CMYK | cmyk(0%, 39%, 27%, 0%) |
| LAB | lab(75.2 40.5 0.3) |
| LCH | lch(75.2 40.5 0.5) |
| OKLCH | oklch(0.802 0.122 0.7) |
Copy-ready code
/* CSS */
color: #ff9cba;
background-color: #ff9cba;
/* Tailwind (arbitrary) */
class="text-[#ff9cba] bg-[#ff9cba]"
/* SCSS */
$brand: #ff9cba;
/* SwiftUI */
Color(red: 1.000, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#ff9cba")Accessibility — WCAG contrast
Aa
#ff9cba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9cba on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green61.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow27.1%
Key (black)0.0%
Color previews
#ff9cba text on a black background
contrast 10.72:1
Card sample
#ff9cba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9cba;
Background color
Panel with #ff9cba background
background-color: #ff9cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9cba; background: linear-gradient(135deg, #ff9cba, #FFC09C);