Magenta
#B000E0
PinkColor Codes
All color formats for development
HEX
#B000E0RGB
rgb(176, 0, 224)HSL
hsl(287, 100%, 44%)OKLCH
oklch(0.565 0.277 315.5)CMYK
cmyk(21%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E00CA
2#8D00B4
3#7B009D
4#690087
5#580070
6#46005A
7#350043
8#23002D
9#120016
Tints
Lighter variations
1#C600FD
2#CD1BFF
3#D437FF
4#DA54FF
5#E070FF
6#E68DFF
7#ECA9FF
8#F3C6FF
9#F9E2FF
Tones
Muted variations
1#A90BD5
2#A316CA
3#9D22BF
4#962DB4
5#9038A8
6#8A439D
7#834F92
8#7D5A87
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BD #F1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E68A #E68AFF | BordersInactive statesPlaceholder text |
| 400 | D84D #D84DFF | Disabled statesSecondary iconsMuted text |
| 500 | CD1A #CD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B000 #B000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C00 #8C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6400 #640080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4000 #400052 | Primary textHigh emphasis contentDark headings |
| 950 | 2800 #280033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DBFF;
--magenta-200: #F1BDFF;
--magenta-300: #E68AFF;
--magenta-400: #D84DFF;
--magenta-500: #CD1AFF;
--magenta-600: #B000E0;
--magenta-700: #8C00B3;
--magenta-800: #640080;
--magenta-900: #400052;
--magenta-950: #280033;
}