Magenta
#B812CE
PinkColor Codes
All color formats for development
HEX
#B812CERGB
rgb(184, 18, 206)HSL
hsl(293, 84%, 44%)OKLCH
oklch(0.568 0.262 322.2)CMYK
cmyk(11%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A610BA
2#940EA5
3#810D91
4#6F0B7C
5#5C0967
6#4A0753
7#37053E
8#250429
9#120215
Tints
Lighter variations
1#D014E9
2#D62DED
3#DB47EF
4#E061F1
5#E67CF4
6#EB96F6
7#F0B0F8
8#F5CAFA
9#FAE5FD
Tones
Muted variations
1#B11BC5
2#AA25BC
3#A32EB2
4#9C38A9
5#94419F
6#8D4B96
7#86548C
8#7F5D83
9#77677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C2 #F3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EA93 #EA93F6 | BordersInactive statesPlaceholder text |
| 400 | DF5B #DF5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D62C #D62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B812 #B812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930E #930EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 690A #690A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4307 #43074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F3C2FA;
--magenta-300: #EA93F6;
--magenta-400: #DF5BF1;
--magenta-500: #D62CED;
--magenta-600: #B812CE;
--magenta-700: #930EA4;
--magenta-800: #690A75;
--magenta-900: #43074B;
--magenta-950: #2A042F;
}