Plum
#F692D3
PinkColor Codes
All color formats for development
HEX
#F692D3RGB
rgb(246, 146, 211)HSL
hsl(321, 85%, 77%)OKLCH
oklch(0.784 0.143 341.5)CMYK
cmyk(0%, 41%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F36EC5
2#F04AB6
3#ED26A7
4#DA1294
5#B60F7B
6#910C63
7#6D094A
8#490631
9#240319
Tints
Lighter variations
1#F79DD8
2#F8A8DC
3#F9B3E0
4#FABEE5
5#FBC9E9
6#FBD4EE
7#FCDEF2
8#FDE9F6
9#FEF4FB
Tones
Muted variations
1#F197D2
2#EC9CD0
3#E7A1CF
4#E2A6CD
5#DDABCC
6#D8B0CA
7#D3B5C9
8#CEBAC7
9#C9BFC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692D3 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ABD | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D0118D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0633 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F9;
--plum-100: #FCDEF2;
--plum-200: #FAC2E6;
--plum-300: #F692D3;
--plum-400: #F25ABD;
--plum-500: #EE2BAA;
--plum-600: #D0118D;
--plum-700: #A50D70;
--plum-800: #760A50;
--plum-900: #4B0633;
--plum-950: #2F0420;
}