Plum
#F494BE
PinkColor Codes
All color formats for development
HEX
#F494BERGB
rgb(244, 148, 190)HSL
hsl(334, 81%, 77%)OKLCH
oklch(0.778 0.125 352.7)CMYK
cmyk(0%, 39%, 22%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071A8
2#EC4E93
3#E92A7D
4#D51669
5#B21358
6#8E0F46
7#6B0B35
8#470723
9#240412
Tints
Lighter variations
1#F59FC5
2#F6AACB
3#F7B5D2
4#F8BFD8
5#F9CADF
6#FBD5E5
7#FCDFEC
8#FDEAF2
9#FEF4F9
Tones
Muted variations
1#EF9ABF
2#EA9EBF
3#E6A3C0
4#E1A8C1
5#DCADC1
6#D7B1C2
7#D3B6C2
8#CEBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495BE | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D9C | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F80 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1564 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21150 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0824 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F7;
--plum-100: #FCDFEB;
--plum-200: #F9C3DA;
--plum-300: #F495BE;
--plum-400: #EE5D9C;
--plum-500: #E92F80;
--plum-600: #CB1564;
--plum-700: #A21150;
--plum-800: #730C39;
--plum-900: #4A0824;
--plum-950: #2E0517;
}