Magenta
#BF00E0
PinkColor Codes
All color formats for development
HEX
#BF00E0RGB
rgb(191, 0, 224)HSL
hsl(291, 100%, 44%)OKLCH
oklch(0.586 0.282 319.8)CMYK
cmyk(15%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC00CA
2#9900B4
3#86009D
4#720087
5#5F0070
6#4C005A
7#390043
8#26002D
9#130016
Tints
Lighter variations
1#D700FD
2#DD1BFF
3#E137FF
4#E554FF
5#EA70FF
6#EE8DFF
7#F2A9FF
8#F6C6FF
9#FBE2FF
Tones
Muted variations
1#B70BD5
2#AF16CA
3#A722BF
4#9F2DB4
5#9738A8
6#90439D
7#884F92
8#805A87
9#78657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BD #F5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | ED8A #ED8AFF | BordersInactive statesPlaceholder text |
| 400 | E44D #E44DFF | Disabled statesSecondary iconsMuted text |
| 500 | DD1A #DD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BF00 #BF00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9800 #9800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C00 #6C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4500 #450052 | Primary textHigh emphasis contentDark headings |
| 950 | 2B00 #2B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADBFF;
--magenta-200: #F5BDFF;
--magenta-300: #ED8AFF;
--magenta-400: #E44DFF;
--magenta-500: #DD1AFF;
--magenta-600: #BF00E0;
--magenta-700: #9800B3;
--magenta-800: #6C0080;
--magenta-900: #450052;
--magenta-950: #2B0033;
}