Magenta
#C008D9
PinkColor Codes
All color formats for development
HEX
#C008D9RGB
rgb(192, 8, 217)HSL
hsl(293, 93%, 44%)OKLCH
oklch(0.585 0.275 321.7)CMYK
cmyk(12%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD07C3
2#9A06AD
3#870598
4#730582
5#60046C
6#4D0357
7#3A0241
8#26022B
9#130116
Tints
Lighter variations
1#D909F4
2#DE23F7
3#E23EF8
4#E65AF9
5#EB75FA
6#EF91FB
7#F3ACFC
8#F7C8FD
9#FBE3FE
Tones
Muted variations
1#B812CE
2#B01DC4
3#A827B9
4#A032AF
5#983CA4
6#90469A
7#885190
8#805B85
9#78667B
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 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8E #EE8EFB | BordersInactive statesPlaceholder text |
| 400 | E553 #E553F9 | Disabled statesSecondary iconsMuted text |
| 500 | DE22 #DE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C008 #C008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9906 #9906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D04 #6D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4603 #46034F | 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: #F5BFFD;
--magenta-300: #EE8EFB;
--magenta-400: #E553F9;
--magenta-500: #DE22F7;
--magenta-600: #C008D9;
--magenta-700: #9906AC;
--magenta-800: #6D047B;
--magenta-900: #46034F;
--magenta-950: #2C0231;
}