Magenta
#B00BD5
PinkColor Codes
All color formats for development
HEX
#B00BD5RGB
rgb(176, 11, 213)HSL
hsl(289, 90%, 44%)OKLCH
oklch(0.559 0.267 318.1)CMYK
cmyk(17%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0AC0
2#8D09AB
3#7B0895
4#6A0780
5#58066B
6#460455
7#350340
8#23022B
9#120115
Tints
Lighter variations
1#C70DF0
2#CE26F4
3#D441F5
4#DA5CF6
5#E077F8
6#E692F9
7#EDAEFB
8#F3C9FC
9#F9E4FE
Tones
Muted variations
1#AA15CB
2#A31FC1
3#9D2AB7
4#9734AD
5#903EA3
6#8A4899
7#83528E
8#7D5C84
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E690 #E690F9 | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F6 | Disabled statesSecondary iconsMuted text |
| 500 | CE25 #CE25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B00B #B00BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C09 #8C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #640679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F7DDFD;
--magenta-200: #F1C0FC;
--magenta-300: #E690F9;
--magenta-400: #D955F6;
--magenta-500: #CE25F4;
--magenta-600: #B00BD5;
--magenta-700: #8C09AA;
--magenta-800: #640679;
--magenta-900: #40044E;
--magenta-950: #280330;
}