Magenta
#C92CED
PinkColor Codes
All color formats for development
HEX
#C92CEDRGB
rgb(201, 44, 237)HSL
hsl(289, 84%, 55%)OKLCH
oklch(0.625 0.275 318.9)CMYK
cmyk(15%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C114E8
2#AC12CE
3#9610B5
4#810D9B
5#6B0B81
6#560967
7#40074D
8#2B0434
9#15021A
Tints
Lighter variations
1#CF41EE
2#D456F0
3#D96BF2
4#DF80F4
5#E495F6
6#EAABF8
7#EFC0F9
8#F4D5FB
9#FAEAFD
Tones
Muted variations
1#C335E3
2#BD3FD9
3#B749D0
4#B152C6
5#AB5CBC
6#A566B3
7#9F6FA9
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 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E493 #E493F6 | BordersInactive statesPlaceholder text |
| 400 | D55B #D55BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C92C #C92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AC12 #AC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 890E #890EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620A #620A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F7DEFC;
--magenta-200: #EFC2FA;
--magenta-300: #E493F6;
--magenta-400: #D55BF1;
--magenta-500: #C92CED;
--magenta-600: #AC12CE;
--magenta-700: #890EA4;
--magenta-800: #620A75;
--magenta-900: #3F074B;
--magenta-950: #27042F;
}