Magenta
#D30DD3
PinkColor Codes
All color formats for development
HEX
#D30DD3RGB
rgb(211, 13, 211)HSL
hsl(300, 88%, 44%)OKLCH
oklch(0.611 0.276 328.3)CMYK
cmyk(0%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE0CBE
2#A90BA9
3#940994
4#7F087F
5#690769
6#540554
7#3F043F
8#2A032A
9#150115
Tints
Lighter variations
1#EE0FEE
2#F128F1
3#F343F3
4#F55EF5
5#F679F6
6#F894F8
7#FAAEFA
8#FCC9FC
9#FDE4FD
Tones
Muted variations
1#C917C9
2#BF21BF
3#B52BB5
4#AB35AB
5#A23FA2
6#984998
7#8E538E
8#845C84
9#7A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457F4 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D054D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FDDDFD;
--magenta-200: #FBC1FB;
--magenta-300: #F891F8;
--magenta-400: #F457F4;
--magenta-500: #F127F1;
--magenta-600: #D30DD3;
--magenta-700: #A80BA8;
--magenta-800: #780878;
--magenta-900: #4D054D;
--magenta-950: #300330;
}