Magenta
#B203DD
PinkColor Codes
All color formats for development
HEX
#B203DDRGB
rgb(178, 3, 221)HSL
hsl(288, 97%, 44%)OKLCH
oklch(0.566 0.275 316.8)CMYK
cmyk(19%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A003C7
2#8E03B1
3#7C029B
4#6B0285
5#59026F
6#470158
7#350142
8#24012C
9#120016
Tints
Lighter variations
1#C804F9
2#CF1EFC
3#D53AFC
4#DB56FC
5#E172FD
6#E78EFD
7#EDABFE
8#F3C7FE
9#F9E3FF
Tones
Muted variations
1#AB0ED2
2#A419C7
3#9E24BC
4#972FB2
5#913AA7
6#8A459C
7#845091
8#7D5A86
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68B #E68BFD | BordersInactive statesPlaceholder text |
| 400 | DA4F #DA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | CF1D #CF1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B203 #B203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D03 #8D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6502 #65027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4101 #410150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F8DCFE;
--magenta-200: #F1BEFE;
--magenta-300: #E68BFD;
--magenta-400: #DA4FFC;
--magenta-500: #CF1DFC;
--magenta-600: #B203DD;
--magenta-700: #8D03B0;
--magenta-800: #65027E;
--magenta-900: #410150;
--magenta-950: #280132;
}