Magenta
#B700E0
PinkColor Codes
All color formats for development
HEX
#B700E0RGB
rgb(183, 0, 224)HSL
hsl(289, 100%, 44%)OKLCH
oklch(0.575 0.279 317.6)CMYK
cmyk(18%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A500CA
2#9300B4
3#80009D
4#6E0087
5#5C0070
6#49005A
7#370043
8#25002D
9#120016
Tints
Lighter variations
1#CF00FD
2#D51BFF
3#DA37FF
4#E054FF
5#E570FF
6#EA8DFF
7#EFA9FF
8#F5C6FF
9#FAE2FF
Tones
Muted variations
1#B00BD5
2#A916CA
3#A222BF
4#9B2DB4
5#9438A8
6#8D439D
7#864F92
8#7E5A87
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DBFF;
--magenta-200: #F3BDFF;
--magenta-300: #E98AFF;
--magenta-400: #DE4DFF;
--magenta-500: #D51AFF;
--magenta-600: #B700E0;
--magenta-700: #9200B3;
--magenta-800: #680080;
--magenta-900: #430052;
--magenta-950: #2A0033;
}