Magenta
#B414CC
PinkColor Codes
All color formats for development
HEX
#B414CCRGB
rgb(180, 20, 204)HSL
hsl(292, 82%, 44%)OKLCH
oklch(0.561 0.258 321.5)CMYK
cmyk(12%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A212B8
2#9010A3
3#7E0E8F
4#6C0C7B
5#5A0A66
6#480852
7#36063D
8#240429
9#120214
Tints
Lighter variations
1#CB17E6
2#D12FEA
3#D749ED
4#DD63F0
5#E37DF2
6#E897F5
7#EEB1F7
8#F4CBFA
9#F9E5FC
Tones
Muted variations
1#AD1DC3
2#A627BA
3#9F30B1
4#9939A7
5#92429E
6#8B4B95
7#84558C
8#7E5E83
9#776779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C3 #F2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E894 #E894F4 | BordersInactive statesPlaceholder text |
| 400 | DB5D #DB5DEF | Disabled statesSecondary iconsMuted text |
| 500 | D12E #D12EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | B414 #B414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F10 #8F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660B #660B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074A | Primary textHigh emphasis contentDark headings |
| 950 | 2905 #29052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DFFC;
--magenta-200: #F2C3F9;
--magenta-300: #E894F4;
--magenta-400: #DB5DEF;
--magenta-500: #D12EEA;
--magenta-600: #B414CC;
--magenta-700: #8F10A2;
--magenta-800: #660B74;
--magenta-900: #41074A;
--magenta-950: #29052E;
}