Magenta
#C81CFD
PinkColor Codes
All color formats for development
HEX
#C81CFDRGB
rgb(200, 28, 253)HSL
hsl(286, 98%, 55%)OKLCH
oklch(0.627 0.296 315.4)CMYK
cmyk(21%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C003FA
2#AB02DE
3#9502C2
4#8002A7
5#6B018B
6#55016F
7#400153
8#2B0138
9#15001C
Tints
Lighter variations
1#CE33FD
2#D349FD
3#D960FD
4#DE77FE
5#E48DFE
6#E9A4FE
7#EFBBFE
8#F4D2FF
9#FAE8FF
Tones
Muted variations
1#C227F1
2#BC32E6
3#B63EDB
4#B049D0
5#AA54C4
6#A45FB9
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 #F6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBD #EFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFE | BordersInactive statesPlaceholder text |
| 400 | D44E #D44EFD | Disabled statesSecondary iconsMuted text |
| 500 | C81C #C81CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AB02 #AB02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8802 #8802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6101 #61017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0151 | 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: #F6DCFF;
--magenta-200: #EFBDFE;
--magenta-300: #E38BFE;
--magenta-400: #D44EFD;
--magenta-500: #C81CFD;
--magenta-600: #AB02DE;
--magenta-700: #8802B1;
--magenta-800: #61017E;
--magenta-900: #3E0151;
--magenta-950: #270132;
}