Magenta
#B602DE
PinkColor Codes
All color formats for development
HEX
#B602DERGB
rgb(182, 2, 222)HSL
hsl(289, 98%, 44%)OKLCH
oklch(0.572 0.277 317.7)CMYK
cmyk(18%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A402C8
2#9102B2
3#7F029C
4#6D0185
5#5B016F
6#490159
7#370143
8#24002C
9#120016
Tints
Lighter variations
1#CD03FA
2#D41DFD
3#D939FD
4#DE55FD
5#E472FE
6#E98EFE
7#EFAAFE
8#F4C6FE
9#FAE3FF
Tones
Muted variations
1#AF0DD3
2#A818C8
3#A123BD
4#9A2EB2
5#9339A7
6#8C449C
7#854F91
8#7E5A86
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E98B #E98BFE | BordersInactive statesPlaceholder text |
| 400 | DD4E #DD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | D31C #D31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | B602 #B602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9102 #9102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6701 #67017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420151 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFF;
--magenta-200: #F2BDFE;
--magenta-300: #E98BFE;
--magenta-400: #DD4EFD;
--magenta-500: #D31CFD;
--magenta-600: #B602DE;
--magenta-700: #9102B1;
--magenta-800: #67017E;
--magenta-900: #420151;
--magenta-950: #290132;
}