Magenta
#CB12CE
PinkColor Codes
All color formats for development
HEX
#CB12CERGB
rgb(203, 18, 206)HSL
hsl(299, 84%, 44%)OKLCH
oklch(0.597 0.268 327.5)CMYK
cmyk(1%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B710BA
2#A30EA5
3#8E0D91
4#7A0B7C
5#660967
6#510753
7#3D053E
8#290429
9#140215
Tints
Lighter variations
1#E514E9
2#EA2DED
3#EC47EF
4#EF61F1
5#F27CF4
6#F496F6
7#F7B0F8
8#FACAFA
9#FCE5FD
Tones
Muted variations
1#C21BC5
2#B925BC
3#B02EB2
4#A738A9
5#9E419F
6#954B96
7#8C548C
8#825D83
9#79677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F493 #F493F6 | BordersInactive statesPlaceholder text |
| 400 | EE5B #EE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | E92C #E92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | CB12 #CB12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | A20E #A20EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740A #740A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2E04 #2E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #F9C2FA;
--magenta-300: #F493F6;
--magenta-400: #EE5BF1;
--magenta-500: #E92CED;
--magenta-600: #CB12CE;
--magenta-700: #A20EA4;
--magenta-800: #740A75;
--magenta-900: #4A074B;
--magenta-950: #2E042F;
}