Magenta
#B10AD6
PinkColor Codes
All color formats for development
HEX
#B10AD6RGB
rgb(177, 10, 214)HSL
hsl(289, 91%, 44%)OKLCH
oklch(0.561 0.268 318.2)CMYK
cmyk(17%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F09C1
2#8D08AB
3#7C0796
4#6A0681
5#58056B
6#470456
7#350340
8#23022B
9#120115
Tints
Lighter variations
1#C70BF2
2#CF25F5
3#D540F6
4#DB5BF7
5#E177F9
6#E792FA
7#EDADFB
8#F3C8FC
9#F9E4FE
Tones
Muted variations
1#AA14CC
2#A41FC2
3#9D29B8
4#9733AD
5#913DA3
6#8A4799
7#84528F
8#7D5C85
9#77667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E68F #E68FFA | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F7 | Disabled statesSecondary iconsMuted text |
| 500 | CE24 #CE24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | B10A #B10AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D08 #8D08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #64067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F7DDFD;
--magenta-200: #F1C0FC;
--magenta-300: #E68FFA;
--magenta-400: #D955F7;
--magenta-500: #CE24F5;
--magenta-600: #B10AD6;
--magenta-700: #8D08AA;
--magenta-800: #64067A;
--magenta-900: #40044E;
--magenta-950: #280231;
}