Magenta
#DA07DA
PinkColor Codes
All color formats for development
HEX
#DA07DARGB
rgb(218, 7, 218)HSL
hsl(300, 94%, 44%)OKLCH
oklch(0.625 0.285 328.3)CMYK
cmyk(0%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C406C4
2#AE05AE
3#980598
4#830483
5#6D036D
6#570357
7#410241
8#2C012C
9#160116
Tints
Lighter variations
1#F508F5
2#F821F8
3#F93DF9
4#FA59FA
5#FB74FB
6#FC90FC
7#FCACFC
8#FDC8FD
9#FEE3FE
Tones
Muted variations
1#CF11CF
2#C51CC5
3#BA26BA
4#AF31AF
5#A53BA5
6#9A469A
7#905190
8#855B85
9#7B667B
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 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DFB | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52FA | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F024F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FFF0FF;
--magenta-100: #FEDCFE;
--magenta-200: #FDBFFD;
--magenta-300: #FB8DFB;
--magenta-400: #FA52FA;
--magenta-500: #F820F8;
--magenta-600: #DA07DA;
--magenta-700: #AD05AD;
--magenta-800: #7C047C;
--magenta-900: #4F024F;
--magenta-950: #310231;
}