Magenta
#B60CD4
PinkColor Codes
All color formats for development
HEX
#B60CD4RGB
rgb(182, 12, 212)HSL
hsl(291, 89%, 44%)OKLCH
oklch(0.567 0.267 320.1)CMYK
cmyk(14%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A40BBF
2#920AAA
3#7F0994
4#6D077F
5#5B066A
6#490555
7#370440
8#24022A
9#120115
Tints
Lighter variations
1#CD0EEF
2#D427F2
3#D942F4
4#DF5DF6
5#E478F7
6#E993F9
7#EFAEFA
8#F4C9FC
9#FAE4FD
Tones
Muted variations
1#AF16CA
2#A820C0
3#A12AB6
4#9A34AC
5#933EA2
6#8C4898
7#85528E
8#7E5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C0 #F3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E990 #E990F9 | BordersInactive statesPlaceholder text |
| 400 | DD56 #DD56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D426 #D426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B60C #B60CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 910A #910AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6707 #670778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4204 #42044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DDFD;
--magenta-200: #F3C0FB;
--magenta-300: #E990F9;
--magenta-400: #DD56F5;
--magenta-500: #D426F2;
--magenta-600: #B60CD4;
--magenta-700: #910AA9;
--magenta-800: #670778;
--magenta-900: #42044D;
--magenta-950: #290330;
}