Magenta
#DD03DD
PinkColor Codes
All color formats for development
HEX
#DD03DDRGB
rgb(221, 3, 221)HSL
hsl(300, 97%, 44%)OKLCH
oklch(0.63 0.289 328.4)CMYK
cmyk(0%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C703C7
2#B103B1
3#9B029B
4#850285
5#6F026F
6#580158
7#420142
8#2C012C
9#160016
Tints
Lighter variations
1#F904F9
2#FC1EFC
3#FC3AFC
4#FC56FC
5#FD72FD
6#FD8EFD
7#FEABFE
8#FEC7FE
9#FFE3FF
Tones
Muted variations
1#D20ED2
2#C719C7
3#BC24BC
4#B22FB2
5#A73AA7
6#9C459C
7#915091
8#865A86
9#7B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BFD | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500150 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FEDCFE;
--magenta-200: #FEBEFE;
--magenta-300: #FD8BFD;
--magenta-400: #FC4FFC;
--magenta-500: #FC1DFC;
--magenta-600: #DD03DD;
--magenta-700: #B003B0;
--magenta-800: #7E027E;
--magenta-900: #500150;
--magenta-950: #320132;
}