Magenta
#C62CED
PinkColor Codes
All color formats for development
HEX
#C62CEDRGB
rgb(198, 44, 237)HSL
hsl(288, 84%, 55%)OKLCH
oklch(0.621 0.274 318.1)CMYK
cmyk(16%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE14E8
2#A912CE
3#9410B5
4#7F0D9B
5#690B81
6#540967
7#3F074D
8#2A0434
9#15021A
Tints
Lighter variations
1#CC41EE
2#D156F0
3#D76BF2
4#DD80F4
5#E395F6
6#E8ABF8
7#EEC0F9
8#F4D5FB
9#F9EAFD
Tones
Muted variations
1#C035E3
2#BB3FD9
3#B549D0
4#AF52C6
5#A95CBC
6#A366B3
7#9E6FA9
8#9879A0
9#928396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E293 #E293F6 | BordersInactive statesPlaceholder text |
| 400 | D35B #D35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C62C #C62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A912 #A912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860E #860EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F6DEFC;
--magenta-200: #EFC2FA;
--magenta-300: #E293F6;
--magenta-400: #D35BF1;
--magenta-500: #C62CED;
--magenta-600: #A912CE;
--magenta-700: #860EA4;
--magenta-800: #600A75;
--magenta-900: #3D074B;
--magenta-950: #26042F;
}