Magenta
#CB1DFC
PinkColor Codes
All color formats for development
HEX
#CB1DFCRGB
rgb(203, 29, 252)HSL
hsl(287, 97%, 55%)OKLCH
oklch(0.631 0.296 316.4)CMYK
cmyk(19%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C404F9
2#AE03DD
3#9803C1
4#8203A6
5#6D028A
6#57026F
7#410153
8#2B0137
9#16001C
Tints
Lighter variations
1#D034FC
2#D64AFC
3#DB61FD
4#E077FD
5#E58EFD
6#EAA5FE
7#EFBBFE
8#F5D2FE
9#FAE8FF
Tones
Muted variations
1#C528F0
2#BF33E5
3#B83EDA
4#B249CF
5#AC55C4
6#A560B9
7#9F6BAE
8#9976A3
9#938197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFD | BordersInactive statesPlaceholder text |
| 400 | D74F #D74FFC | Disabled statesSecondary iconsMuted text |
| 500 | CB1D #CB1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AE03 #AE03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A03 #8A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6302 #63027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BEFE;
--magenta-300: #E58BFD;
--magenta-400: #D74FFC;
--magenta-500: #CB1DFC;
--magenta-600: #AE03DD;
--magenta-700: #8A03B0;
--magenta-800: #63027E;
--magenta-900: #3F0150;
--magenta-950: #280132;
}