Plum
#FA8FCB
PinkColor Codes
All color formats for development
HEX
#FA8FCBRGB
rgb(250, 143, 203)HSL
hsl(326, 91%, 77%)OKLCH
oklch(0.781 0.147 346.3)CMYK
cmyk(0%, 43%, 19%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F869BA
2#F644A9
3#F41E98
4#E10B84
5#BC096E
6#960758
7#710542
8#4B042C
9#260216
Tints
Lighter variations
1#FA9AD1
2#FBA5D6
3#FBB1DB
4#FCBCE0
5#FCC7E5
6#FDD2EA
7#FDDDF0
8#FEE9F5
9#FEF4FA
Tones
Muted variations
1#F494CB
2#EF9ACA
3#EA9FC9
4#E4A4C9
5#DFAAC8
6#DAAFC7
7#D4B4C6
8#CFBAC6
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 #FCC0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FCB | BordersInactive statesPlaceholder text |
| 400 | F755 #F755B1 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5249A | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF0F8;
--plum-100: #FDDDEF;
--plum-200: #FCC0E2;
--plum-300: #FA8FCB;
--plum-400: #F755B1;
--plum-500: #F5249A;
--plum-600: #D60A7E;
--plum-700: #AA0864;
--plum-800: #7A0647;
--plum-900: #4E042E;
--plum-950: #31021D;
}