Magenta
#AD06DB
PinkColor Codes
All color formats for development
HEX
#AD06DBRGB
rgb(173, 6, 219)HSL
hsl(287, 95%, 44%)OKLCH
oklch(0.558 0.271 315.8)CMYK
cmyk(21%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B05C5
2#8A04AF
3#790499
4#680383
5#56036D
6#450258
7#340242
8#23012C
9#110116
Tints
Lighter variations
1#C306F7
2#CA20F9
3#D13CFA
4#D758FB
5#DE74FB
6#E590FC
7#EBABFD
8#F2C7FE
9#F8E3FE
Tones
Muted variations
1#A710D0
2#A11BC5
3#9A26BB
4#9430B0
5#8E3BA5
6#88469B
7#825090
8#7C5B86
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFC | BordersInactive statesPlaceholder text |
| 400 | D651 #D651FB | Disabled statesSecondary iconsMuted text |
| 500 | CA1F #CA1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD06 #AD06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8904 #8904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BEFD;
--magenta-300: #E48DFC;
--magenta-400: #D651FB;
--magenta-500: #CA1FF9;
--magenta-600: #AD06DB;
--magenta-700: #8904AE;
--magenta-800: #62037C;
--magenta-900: #3F0250;
--magenta-950: #270132;
}