Magenta
#B608D9
PinkColor Codes
All color formats for development
HEX
#B608D9RGB
rgb(182, 8, 217)HSL
hsl(290, 93%, 44%)OKLCH
oklch(0.57 0.272 318.9)CMYK
cmyk(16%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A407C3
2#9106AD
3#7F0598
4#6D0582
5#5B046C
6#490357
7#370241
8#24022B
9#120116
Tints
Lighter variations
1#CD09F4
2#D423F7
3#D93EF8
4#DE5AF9
5#E475FA
6#E991FB
7#EFACFC
8#F4C8FD
9#FAE3FE
Tones
Muted variations
1#AF12CE
2#A81DC4
3#A127B9
4#9A32AF
5#933CA4
6#8C469A
7#855190
8#7E5B85
9#77667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98E #E98EFB | BordersInactive statesPlaceholder text |
| 400 | DD53 #DD53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D322 #D322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B608 #B608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9106 #9106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6704 #67047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F8DDFE;
--magenta-200: #F2BFFD;
--magenta-300: #E98EFB;
--magenta-400: #DD53F9;
--magenta-500: #D322F7;
--magenta-600: #B608D9;
--magenta-700: #9106AC;
--magenta-800: #67047B;
--magenta-900: #42034F;
--magenta-950: #290231;
}