Magenta
#C72BEE
PinkColor Codes
All color formats for development
HEX
#C72BEERGB
rgb(199, 43, 238)HSL
hsl(288, 85%, 55%)OKLCH
oklch(0.622 0.276 318.1)CMYK
cmyk(16%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF13EA
2#A911D0
3#940FB6
4#7F0D9C
5#6A0B82
6#550868
7#40064E
8#2A0434
9#15021A
Tints
Lighter variations
1#CC40F0
2#D255F1
3#D86AF3
4#DD80F5
5#E395F6
6#E9AAF8
7#EEBFFA
8#F4D5FC
9#F9EAFD
Tones
Muted variations
1#C134E4
2#BB3EDA
3#B548D1
4#AF52C7
5#AA5BBD
6#A465B3
7#9E6FAA
8#9879A0
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E292 #E292F6 | BordersInactive statesPlaceholder text |
| 400 | D35A #D35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C72B #C72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A911 #A911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 870D #870DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E06 #3E064B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F6DEFC;
--magenta-200: #EFC2FA;
--magenta-300: #E292F6;
--magenta-400: #D35AF2;
--magenta-500: #C72BEE;
--magenta-600: #A911D0;
--magenta-700: #870DA5;
--magenta-800: #600A76;
--magenta-900: #3E064B;
--magenta-950: #27042F;
}