Magenta
#BD14CC
PinkColor Codes
All color formats for development
HEX
#BD14CCRGB
rgb(189, 20, 204)HSL
hsl(295, 82%, 44%)OKLCH
oklch(0.575 0.261 324.1)CMYK
cmyk(7%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA12B8
2#9710A3
3#840E8F
4#710C7B
5#5E0A66
6#4C0852
7#39063D
8#260429
9#130214
Tints
Lighter variations
1#D517E6
2#DB2FEA
3#DF49ED
4#E463F0
5#E87DF2
6#ED97F5
7#F1B1F7
8#F6CBFA
9#FAE5FC
Tones
Muted variations
1#B51DC3
2#AE27BA
3#A630B1
4#9E39A7
5#97429E
6#8F4B95
7#87558C
8#805E83
9#786779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C3 #F5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC94 #EC94F4 | BordersInactive statesPlaceholder text |
| 400 | E35D #E35DEF | Disabled statesSecondary iconsMuted text |
| 500 | DB2E #DB2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BD14 #BD14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9610 #9610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0B #6B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4507 #45074A | Primary textHigh emphasis contentDark headings |
| 950 | 2B05 #2B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DFFC;
--magenta-200: #F5C3F9;
--magenta-300: #EC94F4;
--magenta-400: #E35DEF;
--magenta-500: #DB2EEA;
--magenta-600: #BD14CC;
--magenta-700: #9610A2;
--magenta-800: #6B0B74;
--magenta-900: #45074A;
--magenta-950: #2B052E;
}