Magenta
#B813CD
PinkColor Codes
All color formats for development
HEX
#B813CDRGB
rgb(184, 19, 205)HSL
hsl(293, 83%, 44%)OKLCH
oklch(0.567 0.261 322.4)CMYK
cmyk(10%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A511B9
2#930FA4
3#810D90
4#6E0B7B
5#5C0A67
6#490852
7#37063E
8#250429
9#120215
Tints
Lighter variations
1#CF16E7
2#D52EEC
3#DB48EE
4#E062F0
5#E57CF3
6#EA96F5
7#EFB1F8
8#F5CBFA
9#FAE5FD
Tones
Muted variations
1#B01CC4
2#A926BB
3#A22FB1
4#9B38A8
5#94429F
6#8D4B95
7#86548C
8#7E5E83
9#77677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EA94 #EA94F5 | BordersInactive statesPlaceholder text |
| 400 | DF5C #DF5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D52D #D52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B813 #B813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 920F #920FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680B #680B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F3C2F9;
--magenta-300: #EA94F5;
--magenta-400: #DF5CF0;
--magenta-500: #D52DEB;
--magenta-600: #B813CD;
--magenta-700: #920FA3;
--magenta-800: #680B75;
--magenta-900: #43074B;
--magenta-950: #2A042F;
}