Magenta
#C102DE
PinkColor Codes
All color formats for development
HEX
#C102DERGB
rgb(193, 2, 222)HSL
hsl(292, 98%, 44%)OKLCH
oklch(0.588 0.28 320.8)CMYK
cmyk(13%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE02C8
2#9A02B2
3#87029C
4#740185
5#60016F
6#4D0159
7#3A0143
8#27002C
9#130016
Tints
Lighter variations
1#D903FA
2#DF1DFD
3#E339FD
4#E755FD
5#EB72FE
6#EF8EFE
7#F3AAFE
8#F7C6FE
9#FBE3FF
Tones
Muted variations
1#B90DD3
2#B118C8
3#A923BD
4#A12EB2
5#9939A7
6#90449C
7#884F91
8#805A86
9#78657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFE | BordersInactive statesPlaceholder text |
| 400 | E64E #E64EFD | Disabled statesSecondary iconsMuted text |
| 500 | DF1C #DF1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C102 #C102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9902 #9902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E01 #6E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460151 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FF;
--magenta-100: #FADCFF;
--magenta-200: #F6BDFE;
--magenta-300: #EE8BFE;
--magenta-400: #E64EFD;
--magenta-500: #DF1CFD;
--magenta-600: #C102DE;
--magenta-700: #9902B1;
--magenta-800: #6E017E;
--magenta-900: #460151;
--magenta-950: #2C0132;
}