Plum
#DC95F3
PinkColor Codes
All color formats for development
HEX
#DC95F3RGB
rgb(220, 149, 243)HSL
hsl(285, 80%, 77%)OKLCH
oklch(0.773 0.149 317.6)CMYK
cmyk(9%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D072EF
2#C44FEB
3#B82BE7
4#A518D4
5#8914B1
6#6E108D
7#520C6A
8#370847
9#1B0423
Tints
Lighter variations
1#DFA0F4
2#E3ABF6
3#E6B5F7
4#EAC0F8
5#EDCAF9
6#F1D5FA
7#F4DFFB
8#F8EAFD
9#FBF4FE
Tones
Muted variations
1#D99AEF
2#D79FEA
3#D5A4E5
4#D2A8E1
5#D0ADDC
6#CEB2D7
7#CBB6D2
8#C9BBCE
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC3 #EBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC95 #DC95F3 | BordersInactive statesPlaceholder text |
| 400 | C95E #C95EED | Disabled statesSecondary iconsMuted text |
| 500 | BA30 #BA30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D16 #9D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D12 #7D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3908 #390849 | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF1FD;
--plum-100: #F4DFFB;
--plum-200: #EBC3F8;
--plum-300: #DC95F3;
--plum-400: #C95EED;
--plum-500: #BA30E8;
--plum-600: #9D16CA;
--plum-700: #7D12A1;
--plum-800: #590D73;
--plum-900: #390849;
--plum-950: #24052E;
}