Magenta
#CB08D9
PinkColor Codes
All color formats for development
HEX
#CB08D9RGB
rgb(203, 8, 217)HSL
hsl(296, 93%, 44%)OKLCH
oklch(0.601 0.279 324.7)CMYK
cmyk(6%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B607C3
2#A206AD
3#8E0598
4#7A0582
5#65046C
6#510357
7#3D0241
8#29022B
9#140116
Tints
Lighter variations
1#E409F4
2#E923F7
3#EC3EF8
4#EE5AF9
5#F175FA
6#F491FB
7#F7ACFC
8#F9C8FD
9#FCE3FE
Tones
Muted variations
1#C212CE
2#B91DC4
3#B027B9
4#A632AF
5#9D3CA4
6#94469A
7#8B5190
8#825B85
9#79667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDD #FCDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9BF #F9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F48E #F48EFB | BordersInactive statesPlaceholder text |
| 400 | EE53 #EE53F9 | Disabled statesSecondary iconsMuted text |
| 500 | E922 #E922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB08 #CB08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A106 #A106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7304 #73047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A03 #4A034F | 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: #FEF0FE;
--magenta-100: #FCDDFE;
--magenta-200: #F9BFFD;
--magenta-300: #F48EFB;
--magenta-400: #EE53F9;
--magenta-500: #E922F7;
--magenta-600: #CB08D9;
--magenta-700: #A106AC;
--magenta-800: #73047B;
--magenta-900: #4A034F;
--magenta-950: #2E0231;
}