Magenta
#BA14CC
PinkColor Codes
All color formats for development
HEX
#BA14CCRGB
rgb(186, 20, 204)HSL
hsl(294, 82%, 44%)OKLCH
oklch(0.57 0.26 323.3)CMYK
cmyk(9%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A712B8
2#9510A3
3#820E8F
4#6F0C7B
5#5D0A66
6#4A0852
7#38063D
8#250429
9#130214
Tints
Lighter variations
1#D117E6
2#D82FEA
3#DD49ED
4#E263F0
5#E67DF2
6#EB97F5
7#F0B1F7
8#F5CBFA
9#FAE5FC
Tones
Muted variations
1#B21DC3
2#AB27BA
3#A430B1
4#9C39A7
5#95429E
6#8E4B95
7#86558C
8#7F5E83
9#786779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F4 | BordersInactive statesPlaceholder text |
| 400 | E05D #E05DEF | Disabled statesSecondary iconsMuted text |
| 500 | D82E #D82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BA14 #BA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9410 #9410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074A | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DFFC;
--magenta-200: #F4C3F9;
--magenta-300: #EB94F4;
--magenta-400: #E05DEF;
--magenta-500: #D82EEA;
--magenta-600: #BA14CC;
--magenta-700: #9410A2;
--magenta-800: #6A0B74;
--magenta-900: #44074A;
--magenta-950: #2A052E;
}