Magenta
#CD1AFF
PinkColor Codes
All color formats for development
HEX
#CD1AFFRGB
rgb(205, 26, 255)HSL
hsl(287, 100%, 55%)OKLCH
oklch(0.634 0.3 316.4)CMYK
cmyk(20%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C600FC
2#B000E0
3#9A00C4
4#8400A8
5#6E008C
6#580070
7#420054
8#2C0038
9#16001C
Tints
Lighter variations
1#D230FF
2#D747FF
3#DC5EFF
4#E175FF
5#E68CFF
6#EBA3FF
7#F0BAFF
8#F5D1FF
9#FAE8FF
Tones
Muted variations
1#C725F4
2#C030E8
3#BA3CDD
4#B347D1
5#AD53C6
6#A65EBA
7#A06AAF
8#9975A3
9#938198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BD #F1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E68A #E68AFF | BordersInactive statesPlaceholder text |
| 400 | D84D #D84DFF | Disabled statesSecondary iconsMuted text |
| 500 | CD1A #CD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B000 #B000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C00 #8C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6400 #640080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4000 #400052 | Primary textHigh emphasis contentDark headings |
| 950 | 2800 #280033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DBFF;
--magenta-200: #F1BDFF;
--magenta-300: #E68AFF;
--magenta-400: #D84DFF;
--magenta-500: #CD1AFF;
--magenta-600: #B000E0;
--magenta-700: #8C00B3;
--magenta-800: #640080;
--magenta-900: #400052;
--magenta-950: #280033;
}