Magenta
#BE0AD6
PinkColor Codes
All color formats for development
HEX
#BE0AD6RGB
rgb(190, 10, 214)HSL
hsl(293, 91%, 44%)OKLCH
oklch(0.58 0.272 321.9)CMYK
cmyk(11%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB09C1
2#9808AB
3#850796
4#720681
5#5F056B
6#4C0456
7#390340
8#26022B
9#130115
Tints
Lighter variations
1#D70BF2
2#DC25F5
3#E140F6
4#E55BF7
5#E977F9
6#EE92FA
7#F2ADFB
8#F6C8FC
9#FBE4FE
Tones
Muted variations
1#B714CC
2#AF1FC2
3#A729B8
4#9F33AD
5#973DA3
6#904799
7#88528F
8#805C85
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C0 #F5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | ED8F #ED8FFA | BordersInactive statesPlaceholder text |
| 400 | E455 #E455F7 | Disabled statesSecondary iconsMuted text |
| 500 | DC24 #DC24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE0A #BE0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9808 #9808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C06 #6C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044E | 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: #FADDFD;
--magenta-200: #F5C0FC;
--magenta-300: #ED8FFA;
--magenta-400: #E455F7;
--magenta-500: #DC24F5;
--magenta-600: #BE0AD6;
--magenta-700: #9808AA;
--magenta-800: #6C067A;
--magenta-900: #45044E;
--magenta-950: #2B0231;
}