Magenta
#C626F2
PinkColor Codes
All color formats for development
HEX
#C626F2RGB
rgb(198, 38, 242)HSL
hsl(287, 89%, 55%)OKLCH
oklch(0.621 0.282 317.1)CMYK
cmyk(18%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0EEF
2#A90CD4
3#940BBA
4#7F099F
5#690885
6#54066A
7#3F0550
8#2A0335
9#15021B
Tints
Lighter variations
1#CC3CF4
2#D151F5
3#D767F6
4#DD7DF7
5#E393F9
6#E8A8FA
7#EEBEFB
8#F4D4FC
9#F9E9FE
Tones
Muted variations
1#C030E8
2#BB3BDE
3#B545D4
4#AF4FCA
5#A959BF
6#A363B5
7#9E6EAB
8#9878A1
9#928296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E290 #E290F9 | BordersInactive statesPlaceholder text |
| 400 | D356 #D356F5 | Disabled statesSecondary iconsMuted text |
| 500 | C626 #C626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A90C #A90CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860A #860AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6007 #600778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF1FE;
--magenta-100: #F6DDFD;
--magenta-200: #EFC0FB;
--magenta-300: #E290F9;
--magenta-400: #D356F5;
--magenta-500: #C626F2;
--magenta-600: #A90CD4;
--magenta-700: #860AA9;
--magenta-800: #600778;
--magenta-900: #3D044D;
--magenta-950: #260330;
}