Pink
#FEBEE8
PinkColor Codes
All color formats for development
HEX
#FEBEE8RGB
rgb(254, 190, 232)HSL
hsl(321, 97%, 87%)OKLCH
oklch(0.872 0.091 339.7)CMYK
cmyk(0%, 25%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD92D8
2#FD66C8
3#FC3BB8
4#FB0FA9
5#DB038F
6#AF0373
7#830256
8#570139
9#2C011D
Tints
Lighter variations
1#FEC4EA
2#FECBEC
3#FED1EF
4#FED8F1
5#FFDEF3
6#FFE5F6
7#FFEBF8
8#FFF2FA
9#FFF8FD
Tones
Muted variations
1#FBC1E7
2#F8C4E6
3#F4C7E5
4#F1CBE4
5#EECEE3
6#EBD1E2
7#E7D4E1
8#E4D7E0
9#E1DBDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD5 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FC0 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0391 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500135 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FFF0FA;
--pink-100: #FEDCF2;
--pink-200: #FEBEE7;
--pink-300: #FD8BD5;
--pink-400: #FC4FC0;
--pink-500: #FC1DAE;
--pink-600: #DD0391;
--pink-700: #B00373;
--pink-800: #7E0252;
--pink-900: #500135;
--pink-950: #320121;
}