Magenta
#BF12CE
PinkColor Codes
All color formats for development
HEX
#BF12CERGB
rgb(191, 18, 206)HSL
hsl(295, 84%, 44%)OKLCH
oklch(0.578 0.264 324.2)CMYK
cmyk(7%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC10BA
2#990EA5
3#860D91
4#720B7C
5#5F0967
6#4C0753
7#39053E
8#260429
9#130215
Tints
Lighter variations
1#D714E9
2#DD2DED
3#E147EF
4#E561F1
5#EA7CF4
6#EE96F6
7#F2B0F8
8#F6CAFA
9#FBE5FD
Tones
Muted variations
1#B71BC5
2#AF25BC
3#A72EB2
4#9F38A9
5#97419F
6#904B96
7#88548C
8#805D83
9#78677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADE #FADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C2 #F5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | ED93 #ED93F6 | BordersInactive statesPlaceholder text |
| 400 | E45B #E45BF1 | Disabled statesSecondary iconsMuted text |
| 500 | DD2C #DD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | BF12 #BF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980E #980EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C0A #6C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4507 #45074B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADEFC;
--magenta-200: #F5C2FA;
--magenta-300: #ED93F6;
--magenta-400: #E45BF1;
--magenta-500: #DD2CED;
--magenta-600: #BF12CE;
--magenta-700: #980EA4;
--magenta-800: #6C0A75;
--magenta-900: #45074B;
--magenta-950: #2B042F;
}