Magenta
#C227F1
PinkColor Codes
All color formats for development
HEX
#C227F1RGB
rgb(194, 39, 241)HSL
hsl(286, 88%, 55%)OKLCH
oklch(0.615 0.279 316.2)CMYK
cmyk(20%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B90FED
2#A50DD3
3#900CB9
4#7C0A9E
5#670884
6#520769
7#3E054F
8#290335
9#15021A
Tints
Lighter variations
1#C83DF3
2#CE52F4
3#D468F5
4#DA7EF7
5#E193F8
6#E7A9F9
7#EDBEFB
8#F3D4FC
9#F9E9FE
Tones
Muted variations
1#BD31E7
2#B73BDD
3#B246D3
4#AD50C9
5#A75ABF
6#A264B5
7#9C6EAB
8#9778A0
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC1 #EDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E091 #E091F8 | BordersInactive statesPlaceholder text |
| 400 | D057 #D057F4 | Disabled statesSecondary iconsMuted text |
| 500 | C227 #C227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A50D #A50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830B #830BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E08 #5E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C05 #3C054D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F6DDFD;
--magenta-200: #EDC1FB;
--magenta-300: #E091F8;
--magenta-400: #D057F4;
--magenta-500: #C227F1;
--magenta-600: #A50DD3;
--magenta-700: #830BA8;
--magenta-800: #5E0878;
--magenta-900: #3C054D;
--magenta-950: #250330;
}