Magenta
#C927F1
PinkColor Codes
All color formats for development
HEX
#C927F1RGB
rgb(201, 39, 241)HSL
hsl(288, 88%, 55%)OKLCH
oklch(0.625 0.282 318.1)CMYK
cmyk(17%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C10FED
2#AB0DD3
3#960CB9
4#810A9E
5#6B0884
6#560769
7#40054F
8#2B0335
9#15021A
Tints
Lighter variations
1#CE3DF3
2#D452F4
3#D968F5
4#DF7EF7
5#E493F8
6#E9A9F9
7#EFBEFB
8#F4D4FC
9#FAE9FE
Tones
Muted variations
1#C331E7
2#BD3BDD
3#B746D3
4#B150C9
5#AB5ABF
6#A464B5
7#9E6EAB
8#9878A0
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC1 #EFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E391 #E391F8 | BordersInactive statesPlaceholder text |
| 400 | D557 #D557F4 | Disabled statesSecondary iconsMuted text |
| 500 | C927 #C927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB0D #AB0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880B #880BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6108 #610878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E05 #3E054D | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F7DDFD;
--magenta-200: #EFC1FB;
--magenta-300: #E391F8;
--magenta-400: #D557F4;
--magenta-500: #C927F1;
--magenta-600: #AB0DD3;
--magenta-700: #880BA8;
--magenta-800: #610878;
--magenta-900: #3E054D;
--magenta-950: #270330;
}