Magenta
#C61AFF
PinkColor Codes
All color formats for development
HEX
#C61AFFRGB
rgb(198, 26, 255)HSL
hsl(285, 100%, 55%)OKLCH
oklch(0.625 0.298 314.5)CMYK
cmyk(22%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD00FC
2#A800E0
3#9300C4
4#7E00A8
5#69008C
6#540070
7#3F0054
8#2A0038
9#15001C
Tints
Lighter variations
1#CB30FF
2#D147FF
3#D75EFF
4#DD75FF
5#E28CFF
6#E8A3FF
7#EEBAFF
8#F4D1FF
9#F9E8FF
Tones
Muted variations
1#C025F4
2#BA30E8
3#B43CDD
4#AF47D1
5#A953C6
6#A35EBA
7#9D6AAF
8#9875A3
9#928198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DBFF;
--magenta-200: #EEBDFF;
--magenta-300: #E28AFF;
--magenta-400: #D24DFF;
--magenta-500: #C61AFF;
--magenta-600: #A800E0;
--magenta-700: #8600B3;
--magenta-800: #600080;
--magenta-900: #3D0052;
--magenta-950: #260033;
}