Magenta
#C81DFC
PinkColor Codes
All color formats for development
HEX
#C81DFCRGB
rgb(200, 29, 252)HSL
hsl(286, 97%, 55%)OKLCH
oklch(0.626 0.295 315.6)CMYK
cmyk(21%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C004F9
2#AA03DD
3#9503C1
4#8003A6
5#6A028A
6#55026F
7#400153
8#2B0137
9#15001C
Tints
Lighter variations
1#CD34FC
2#D34AFC
3#D861FD
4#DE77FD
5#E38EFD
6#E9A5FE
7#EEBBFE
8#F4D2FE
9#F9E8FF
Tones
Muted variations
1#C228F0
2#BC33E5
3#B63EDA
4#B049CF
5#AA55C4
6#A460B9
7#9E6BAE
8#9876A3
9#928197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFD | BordersInactive statesPlaceholder text |
| 400 | D44F #D44FFC | Disabled statesSecondary iconsMuted text |
| 500 | C81D #C81DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AA03 #AA03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8703 #8703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6102 #61027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EFBEFE;
--magenta-300: #E38BFD;
--magenta-400: #D44FFC;
--magenta-500: #C81DFC;
--magenta-600: #AA03DD;
--magenta-700: #8703B0;
--magenta-800: #61027E;
--magenta-900: #3E0150;
--magenta-950: #270132;
}