Magenta
#C42BEE
PinkColor Codes
All color formats for development
HEX
#C42BEERGB
rgb(196, 43, 238)HSL
hsl(287, 85%, 55%)OKLCH
oklch(0.618 0.275 317.3)CMYK
cmyk(18%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB13EA
2#A611D0
3#910FB6
4#7D0D9C
5#680B82
6#530868
7#3E064E
8#2A0434
9#15021A
Tints
Lighter variations
1#C940F0
2#CF55F1
3#D56AF3
4#DB80F5
5#E195F6
6#E7AAF8
7#EDBFFA
8#F3D5FC
9#F9EAFD
Tones
Muted variations
1#BE34E4
2#B83EDA
3#B348D1
4#AD52C7
5#A85BBD
6#A265B3
7#9D6FAA
8#9779A0
9#928296
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 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E192 #E192F6 | BordersInactive statesPlaceholder text |
| 400 | D15A #D15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C42B #C42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A611 #A611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840D #840DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064B | 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: #EEC2FA;
--magenta-300: #E192F6;
--magenta-400: #D15AF2;
--magenta-500: #C42BEE;
--magenta-600: #A611D0;
--magenta-700: #840DA5;
--magenta-800: #5E0A76;
--magenta-900: #3C064B;
--magenta-950: #26042F;
}