Magenta
#CD26F2
PinkColor Codes
All color formats for development
HEX
#CD26F2RGB
rgb(205, 38, 242)HSL
hsl(289, 89%, 55%)OKLCH
oklch(0.63 0.284 319)CMYK
cmyk(15%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C50EEF
2#AF0CD4
3#9A0BBA
4#84099F
5#6E0885
6#58066A
7#420550
8#2C0335
9#16021B
Tints
Lighter variations
1#D23CF4
2#D751F5
3#DC67F6
4#E17DF7
5#E693F9
6#EBA8FA
7#F0BEFB
8#F5D4FC
9#FAE9FE
Tones
Muted variations
1#C630E8
2#C03BDE
3#BA45D4
4#B34FCA
5#AD59BF
6#A663B5
7#A06EAB
8#9978A1
9#938296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E590 #E590F9 | BordersInactive statesPlaceholder text |
| 400 | D856 #D856F5 | Disabled statesSecondary iconsMuted text |
| 500 | CD26 #CD26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0C #AF0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0A #8C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6407 #640778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F7DDFD;
--magenta-200: #F1C0FB;
--magenta-300: #E590F9;
--magenta-400: #D856F5;
--magenta-500: #CD26F2;
--magenta-600: #AF0CD4;
--magenta-700: #8C0AA9;
--magenta-800: #640778;
--magenta-900: #40044D;
--magenta-950: #280330;
}