Plum
#F494CB
PinkColor Codes
All color formats for development
HEX
#F494CBRGB
rgb(244, 148, 203)HSL
hsl(326, 81%, 77%)OKLCH
oklch(0.782 0.133 345.2)CMYK
cmyk(0%, 39%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071B9
2#EC4EA8
3#E92A96
4#D51683
5#B2136D
6#8E0F57
7#6B0B41
8#47072C
9#240416
Tints
Lighter variations
1#F59FD0
2#F6AAD5
3#F7B5DA
4#F8BFE0
5#F9CAE5
6#FBD5EA
7#FCDFEF
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACA
2#EA9EC9
3#E6A3C9
4#E1A8C8
5#DCADC8
6#D7B1C7
7#D3B6C6
8#CEBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495CB | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DAF | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F99 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB157C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A082D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F8;
--plum-100: #FCDFEF;
--plum-200: #F9C3E1;
--plum-300: #F495CB;
--plum-400: #EE5DAF;
--plum-500: #E92F99;
--plum-600: #CB157C;
--plum-700: #A21163;
--plum-800: #730C47;
--plum-900: #4A082D;
--plum-950: #2E051C;
}