Magenta
#BF0DD3
PinkColor Codes
All color formats for development
HEX
#BF0DD3RGB
rgb(191, 13, 211)HSL
hsl(294, 88%, 44%)OKLCH
oklch(0.58 0.269 322.9)CMYK
cmyk(9%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC0CBE
2#990BA9
3#860994
4#73087F
5#600769
6#4C0554
7#39043F
8#26032A
9#130115
Tints
Lighter variations
1#D80FEE
2#DD28F1
3#E143F3
4#E65EF5
5#EA79F6
6#EE94F8
7#F2AEFA
8#F7C9FC
9#FBE4FD
Tones
Muted variations
1#B717C9
2#AF21BF
3#A72BB5
4#A035AB
5#983FA2
6#904998
7#88538E
8#805C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C1 #F5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE91 #EE91F8 | BordersInactive statesPlaceholder text |
| 400 | E557 #E557F4 | Disabled statesSecondary iconsMuted text |
| 500 | DD27 #DD27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BF0D #BF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 980B #980BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D08 #6D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4605 #46054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #FADDFD;
--magenta-200: #F5C1FB;
--magenta-300: #EE91F8;
--magenta-400: #E557F4;
--magenta-500: #DD27F1;
--magenta-600: #BF0DD3;
--magenta-700: #980BA8;
--magenta-800: #6D0878;
--magenta-900: #46054D;
--magenta-950: #2B0330;
}