Magenta
#DD03CF
PinkColor Codes
All color formats for development
HEX
#DD03CFRGB
rgb(221, 3, 207)HSL
hsl(304, 97%, 44%)OKLCH
oklch(0.622 0.28 331.9)CMYK
cmyk(0%, 99%, 6%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C703BA
2#B103A5
3#9B0291
4#85027C
5#6F0267
6#580153
7#42013E
8#2C0129
9#160015
Tints
Lighter variations
1#F904E9
2#FC1EED
3#FC3AEF
4#FC56F1
5#FD72F4
6#FD8EF6
7#FEABF8
8#FEC7FA
9#FFE3FD
Tones
Muted variations
1#D20EC5
2#C719BC
3#BC24B2
4#B22FA9
5#A73A9F
6#9C4596
7#91508C
8#865A83
9#7B657A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BF6 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FF1 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DED | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03CF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50014B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FE;
--magenta-100: #FEDCFC;
--magenta-200: #FEBEFA;
--magenta-300: #FD8BF6;
--magenta-400: #FC4FF1;
--magenta-500: #FC1DED;
--magenta-600: #DD03CF;
--magenta-700: #B003A4;
--magenta-800: #7E0275;
--magenta-900: #50014B;
--magenta-950: #32012F;
}