Pink HEX Code
The HEX code for pink is #FFC0CB. Pink is a light tint of red, created by adding white to red. It ranges from soft pastels to vibrant hot pinks, making it versatile for both subtle and bold designs.
Pink Color Values
| Format | Value |
|---|---|
| HEX | #FFC0CB |
| RGB | rgb(255, 192, 203) |
| HSL | hsl(350, 100%, 88%) |
| CMYK | C:0 M:25 Y:20 K:0 |
Pink Shades and Variations
| Shade | HEX | Description |
|---|---|---|
| Lavender Pink | #FBAED2 | Soft, pastel |
| Pink | #FFC0CB | CSS pink |
| Light Pink | #FFB6C1 | Soft, romantic |
| Hot Pink | #FF69B4 | Bright, vibrant |
| Deep Pink | #FF1493 | Intense, bold |
| Magenta | #FF00FF | Vivid pink-purple |
| Rose | #FF007F | Rich pink |
| Salmon | #FA8072 | Orange-tinted pink |
| Fuchsia | #FF00FF | Same as magenta |
Pink in Design
Pink conveys:
- Romance: Valentine's Day, love
- Femininity: Beauty, fashion
- Playfulness: Fun, youthful
- Softness: Comfort, calm
Modern Pink Usage
Pink has expanded beyond traditional gender associations:
``css
/* Soft, modern pink */
.subtle {
background-color: #FDF2F8;
color: #831843;
}
/* Bold accent pink */
.accent {
color: #EC4899;
}
/* Hot pink CTA */
.cta {
background-color: #FF69B4;
}
`
Pink in UI Design
| Use Case | Recommended Pink |
|---|---|
| Background | #FDF2F8, #FCE7F3 |
| Primary action | #EC4899, #DB2777 |
| Error state (soft) | #F472B6 |
| Accent | #F9A8D4 |
Brand Pinks
| Brand | HEX | Name |
|---|---|---|
| Barbie | #DA1884 | Barbie Pink |
| T-Mobile | #E20074 | T-Mobile Magenta |
| Lyft | #FF00BF | Lyft Pink |
| #E1306C | IG Gradient Pink | |
| Dribbble | #EA4C89 | Dribbble Pink |
Tailwind Pink Scale
`javascript
pink: {
50: '#fdf2f8',
100: '#fce7f3',
200: '#fbcfe8',
500: '#ec4899',
700: '#be185d',
900: '#831843',
}
``
Pink has become increasingly popular in tech and startup branding, breaking from traditional blue corporate colors to signal innovation and approachability.