Plum
#F990CA
PinkColor Codes
All color formats for development
HEX
#F990CARGB
rgb(249, 144, 202)HSL
hsl(327, 90%, 77%)OKLCH
oklch(0.781 0.143 346.7)CMYK
cmyk(0%, 42%, 19%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76AB8
2#F545A6
3#F32094
4#E00C80
5#BB0A6B
6#950856
7#700640
8#4B042B
9#250215
Tints
Lighter variations
1#FA9BCF
2#FAA6D4
3#FBB1DA
4#FBBCDF
5#FCC7E4
6#FDD2EA
7#FDDEEF
8#FEE9F4
9#FEF4FA
Tones
Muted variations
1#F495C9
2#EF9AC9
3#E99FC8
4#E4A5C8
5#DFAAC7
6#D9AFC6
7#D4B5C6
8#CFBAC5
9#CABFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990CA | BordersInactive statesPlaceholder text |
| 400 | F655 #F655AE | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42597 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0961 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790645 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF0F8;
--plum-100: #FDDDEF;
--plum-200: #FCC0E1;
--plum-300: #F990CA;
--plum-400: #F655AE;
--plum-500: #F42597;
--plum-600: #D50B7A;
--plum-700: #AA0961;
--plum-800: #790645;
--plum-900: #4E042C;
--plum-950: #30031C;
}