Magenta
#D20FD2
PinkColor Codes
All color formats for development
HEX
#D20FD2RGB
rgb(210, 15, 210)HSL
hsl(300, 87%, 44%)OKLCH
oklch(0.609 0.275 328.3)CMYK
cmyk(0%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD0DBD
2#A80CA8
3#930A93
4#7E097E
5#690769
6#540654
7#3F043F
8#2A032A
9#150115
Tints
Lighter variations
1#ED10ED
2#F029F0
3#F244F2
4#F45FF4
5#F679F6
6#F894F8
7#F9AFF9
8#FBCAFB
9#FDE4FD
Tones
Muted variations
1#C818C8
2#BE22BE
3#B52CB5
4#AB36AB
5#A13FA1
6#974997
7#8D538D
8#845D84
9#7A667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791F7 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358F3 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C054C | 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: #FDDEFD;
--magenta-200: #FBC1FB;
--magenta-300: #F791F7;
--magenta-400: #F358F3;
--magenta-500: #F028F0;
--magenta-600: #D20FD2;
--magenta-700: #A70CA7;
--magenta-800: #770877;
--magenta-900: #4C054C;
--magenta-950: #300330;
}