Magenta
#BD08D9
PinkColor Codes
All color formats for development
HEX
#BD08D9RGB
rgb(189, 8, 217)HSL
hsl(292, 93%, 44%)OKLCH
oklch(0.58 0.274 320.9)CMYK
cmyk(13%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA07C3
2#9706AD
3#840598
4#710582
5#5E046C
6#4B0357
7#390241
8#26022B
9#130116
Tints
Lighter variations
1#D509F4
2#DB23F7
3#DF3EF8
4#E45AF9
5#E875FA
6#ED91FB
7#F1ACFC
8#F6C8FD
9#FAE3FE
Tones
Muted variations
1#B512CE
2#AD1DC4
3#A627B9
4#9E32AF
5#963CA4
6#8F469A
7#875190
8#805B85
9#78667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFB | BordersInactive statesPlaceholder text |
| 400 | E353 #E353F9 | Disabled statesSecondary iconsMuted text |
| 500 | DB22 #DB22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD08 #BD08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9606 #9606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B04 #6B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4503 #45034F | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #F9DDFE;
--magenta-200: #F4BFFD;
--magenta-300: #EC8EFB;
--magenta-400: #E353F9;
--magenta-500: #DB22F7;
--magenta-600: #BD08D9;
--magenta-700: #9606AC;
--magenta-800: #6B047B;
--magenta-900: #45034F;
--magenta-950: #2B0231;
}