Magenta
#C823F6
PinkColor Codes
All color formats for development
HEX
#C823F6RGB
rgb(200, 35, 246)HSL
hsl(287, 92%, 55%)OKLCH
oklch(0.625 0.287 316.8)CMYK
cmyk(19%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C00AF2
2#AB09D7
3#9508BC
4#8007A2
5#6B0687
6#55046C
7#400351
8#2B0236
9#15011B
Tints
Lighter variations
1#CE39F7
2#D34FF8
3#D965F9
4#DE7BF9
5#E491FA
6#E9A7FB
7#EFBDFC
8#F4D3FD
9#FAE9FE
Tones
Muted variations
1#C22DEB
2#BC38E1
3#B642D6
4#B04DCC
5#AA57C1
6#A462B6
7#9E6DAC
8#9877A1
9#928297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFA | BordersInactive statesPlaceholder text |
| 400 | D454 #D454F8 | Disabled statesSecondary iconsMuted text |
| 500 | C823 #C823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB09 #AB09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8807 #8807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6105 #61057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034E | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFE;
--magenta-200: #EFBFFC;
--magenta-300: #E38EFA;
--magenta-400: #D454F8;
--magenta-500: #C823F6;
--magenta-600: #AB09D7;
--magenta-700: #8807AB;
--magenta-800: #61057A;
--magenta-900: #3E034E;
--magenta-950: #270231;
}