Magenta
#BE0BD5
PinkColor Codes
All color formats for development
HEX
#BE0BD5RGB
rgb(190, 11, 213)HSL
hsl(293, 90%, 44%)OKLCH
oklch(0.58 0.271 322.2)CMYK
cmyk(11%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB0AC0
2#9809AB
3#850895
4#720780
5#5F066B
6#4C0455
7#390340
8#26022B
9#130115
Tints
Lighter variations
1#D60DF0
2#DC26F4
3#E041F5
4#E45CF6
5#E977F8
6#ED92F9
7#F2AEFB
8#F6C9FC
9#FBE4FE
Tones
Muted variations
1#B615CB
2#AE1FC1
3#A62AB7
4#9F34AD
5#973EA3
6#8F4899
7#87528E
8#805C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C0 #F5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | ED90 #ED90F9 | BordersInactive statesPlaceholder text |
| 400 | E355 #E355F6 | Disabled statesSecondary iconsMuted text |
| 500 | DB25 #DB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE0B #BE0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9709 #9709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C06 #6C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044E | 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: #FDF0FE;
--magenta-100: #F9DDFD;
--magenta-200: #F5C0FC;
--magenta-300: #ED90F9;
--magenta-400: #E355F6;
--magenta-500: #DB25F4;
--magenta-600: #BE0BD5;
--magenta-700: #9709AA;
--magenta-800: #6C0679;
--magenta-900: #45044E;
--magenta-950: #2B0330;
}