Magenta
#AB08D9
PinkColor Codes
All color formats for development
HEX
#AB08D9RGB
rgb(171, 8, 217)HSL
hsl(287, 93%, 44%)OKLCH
oklch(0.554 0.269 315.6)CMYK
cmyk(21%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A07C3
2#8906AD
3#780598
4#670582
5#56046C
6#450357
7#330241
8#22022B
9#110116
Tints
Lighter variations
1#C109F4
2#C923F7
3#D03EF8
4#D65AF9
5#DD75FA
6#E491FB
7#EBACFC
8#F1C8FD
9#F8E3FE
Tones
Muted variations
1#A512CE
2#A01DC4
3#9A27B9
4#9432AF
5#8E3CA4
6#88469A
7#825190
8#7C5B85
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFB | BordersInactive statesPlaceholder text |
| 400 | D553 #D553F9 | Disabled statesSecondary iconsMuted text |
| 500 | C922 #C922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB08 #AB08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8806 #8806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6104 #61047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034F | 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: #F7DDFE;
--magenta-200: #EFBFFD;
--magenta-300: #E38EFB;
--magenta-400: #D553F9;
--magenta-500: #C922F7;
--magenta-600: #AB08D9;
--magenta-700: #8806AC;
--magenta-800: #61047B;
--magenta-900: #3E034F;
--magenta-950: #270231;
}