Magenta
#AB09D7
PinkColor Codes
All color formats for development
HEX
#AB09D7RGB
rgb(171, 9, 215)HSL
hsl(287, 92%, 44%)OKLCH
oklch(0.553 0.267 316.1)CMYK
cmyk(20%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A08C2
2#8907AC
3#770697
4#660581
5#55046C
6#440456
7#330341
8#22022B
9#110116
Tints
Lighter variations
1#C00AF3
2#C824F6
3#CF3FF7
4#D65AF8
5#DD76F9
6#E491FA
7#EAADFC
8#F1C8FD
9#F8E4FE
Tones
Muted variations
1#A513CD
2#9F1EC3
3#9928B8
4#9332AE
5#8D3DA4
6#884799
7#82518F
8#7C5C85
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFA | BordersInactive statesPlaceholder text |
| 400 | D454 #D454F8 | Disabled statesSecondary iconsMuted text |
| 500 | C823 #C823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB09 #AB09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8807 #8807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6105 #61057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034E | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFE;
--magenta-200: #EFBFFC;
--magenta-300: #E38EFA;
--magenta-400: #D454F8;
--magenta-500: #C823F6;
--magenta-600: #AB09D7;
--magenta-700: #8807AB;
--magenta-800: #61057A;
--magenta-900: #3E034E;
--magenta-950: #270231;
}