Magenta
#C408D9
PinkColor Codes
All color formats for development
HEX
#C408D9RGB
rgb(196, 8, 217)HSL
hsl(294, 93%, 44%)OKLCH
oklch(0.591 0.276 322.9)CMYK
cmyk(10%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B007C3
2#9D06AD
3#890598
4#750582
5#62046C
6#4E0357
7#3B0241
8#27022B
9#140116
Tints
Lighter variations
1#DD09F4
2#E223F7
3#E53EF8
4#E95AF9
5#ED75FA
6#F091FB
7#F4ACFC
8#F8C8FD
9#FBE3FE
Tones
Muted variations
1#BB12CE
2#B31DC4
3#AB27B9
4#A232AF
5#9A3CA4
6#92469A
7#895190
8#815B85
9#79667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08E #F08EFB | BordersInactive statesPlaceholder text |
| 400 | E853 #E853F9 | Disabled statesSecondary iconsMuted text |
| 500 | E222 #E222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C408 #C408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C06 #9C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F04 #6F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4703 #47034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FADDFE;
--magenta-200: #F7BFFD;
--magenta-300: #F08EFB;
--magenta-400: #E853F9;
--magenta-500: #E222F7;
--magenta-600: #C408D9;
--magenta-700: #9C06AC;
--magenta-800: #6F047B;
--magenta-900: #47034F;
--magenta-950: #2C0231;
}