Magenta
#BF04DC
PinkColor Codes
All color formats for development
HEX
#BF04DCRGB
rgb(191, 4, 220)HSL
hsl(292, 96%, 44%)OKLCH
oklch(0.584 0.278 320.8)CMYK
cmyk(13%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC04C6
2#9904B0
3#86039A
4#730384
5#60026E
6#4C0258
7#390142
8#26012C
9#130016
Tints
Lighter variations
1#D805F8
2#DD1FFA
3#E13BFB
4#E657FC
5#EA73FC
6#EE8FFD
7#F2ABFD
8#F7C7FE
9#FBE3FE
Tones
Muted variations
1#B70FD1
2#AF1AC6
3#A725BC
4#A030B1
5#983AA6
6#90459B
7#885091
8#805B86
9#78657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BE #F5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8C #EE8CFD | BordersInactive statesPlaceholder text |
| 400 | E550 #E550FB | Disabled statesSecondary iconsMuted text |
| 500 | DD1E #DD1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | BF04 #BF04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9804 #9804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D03 #6D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #460250 | Primary textHigh emphasis contentDark headings |
| 950 | 2B01 #2B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFE;
--magenta-200: #F5BEFE;
--magenta-300: #EE8CFD;
--magenta-400: #E550FB;
--magenta-500: #DD1EFA;
--magenta-600: #BF04DC;
--magenta-700: #9804AF;
--magenta-800: #6D037D;
--magenta-900: #460250;
--magenta-950: #2B0132;
}