Magenta
#CA09D7
PinkColor Codes
All color formats for development
HEX
#CA09D7RGB
rgb(202, 9, 215)HSL
hsl(296, 92%, 44%)OKLCH
oklch(0.599 0.277 325)CMYK
cmyk(6%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B508C2
2#A107AC
3#8D0697
4#790581
5#65046C
6#510456
7#3C0341
8#28022B
9#140116
Tints
Lighter variations
1#E30AF3
2#E824F6
3#EB3FF7
4#EE5AF8
5#F176F9
6#F391FA
7#F6ADFC
8#F9C8FD
9#FCE4FE
Tones
Muted variations
1#C113CD
2#B81EC3
3#AF28B8
4#A632AE
5#9D3DA4
6#944799
7#8B518F
8#825C85
9#79667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8BF #F8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | F38E #F38EFA | BordersInactive statesPlaceholder text |
| 400 | ED54 #ED54F8 | Disabled statesSecondary iconsMuted text |
| 500 | E823 #E823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA09 #CA09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A007 #A007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7305 #73057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4903 #49034E | Primary textHigh emphasis contentDark headings |
| 950 | 2E02 #2E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF0FE;
--magenta-100: #FBDDFE;
--magenta-200: #F8BFFC;
--magenta-300: #F38EFA;
--magenta-400: #ED54F8;
--magenta-500: #E823F6;
--magenta-600: #CA09D7;
--magenta-700: #A007AB;
--magenta-800: #73057A;
--magenta-900: #49034E;
--magenta-950: #2E0231;
}