Magenta
#B104DC
PinkColor Codes
All color formats for development
HEX
#B104DCRGB
rgb(177, 4, 220)HSL
hsl(288, 96%, 44%)OKLCH
oklch(0.564 0.274 316.7)CMYK
cmyk(20%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F04C6
2#8D04B0
3#7C039A
4#6A0384
5#58026E
6#470258
7#350142
8#23012C
9#120016
Tints
Lighter variations
1#C705F8
2#CF1FFA
3#D53BFB
4#DB57FC
5#E173FC
6#E78FFD
7#EDABFD
8#F3C7FE
9#F9E3FE
Tones
Muted variations
1#AA0FD1
2#A41AC6
3#9D25BC
4#9730B1
5#913AA6
6#8A459B
7#845091
8#7D5B86
9#77657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68C #E68CFD | BordersInactive statesPlaceholder text |
| 400 | D950 #D950FB | Disabled statesSecondary iconsMuted text |
| 500 | CE1E #CE1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B104 #B104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D04 #8D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6403 #64037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #400250 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F1BEFE;
--magenta-300: #E68CFD;
--magenta-400: #D950FB;
--magenta-500: #CE1EFA;
--magenta-600: #B104DC;
--magenta-700: #8D04AF;
--magenta-800: #64037D;
--magenta-900: #400250;
--magenta-950: #280132;
}