Magenta
#CF2DEB
PinkColor Codes
All color formats for development
HEX
#CF2DEBRGB
rgb(207, 45, 235)HSL
hsl(291, 83%, 55%)OKLCH
oklch(0.632 0.275 321)CMYK
cmyk(12%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C815E7
2#B113CD
3#9B11B4
4#850E9A
5#6F0C80
6#590A67
7#43074D
8#2C0533
9#16021A
Tints
Lighter variations
1#D442ED
2#D957EF
3#DD6CF1
4#E281F3
5#E796F5
6#ECABF7
7#F1C0F9
8#F5D5FB
9#FAEAFD
Tones
Muted variations
1#C837E2
2#C240D8
3#BB4ACF
4#B453C5
5#AE5DBC
6#A766B2
7#A070A9
8#9A799F
9#938396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F5 | BordersInactive statesPlaceholder text |
| 400 | DA5C #DA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CF2D #CF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B113 #B113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D0F #8D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650B #650B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFC;
--magenta-200: #F1C2F9;
--magenta-300: #E694F5;
--magenta-400: #DA5CF0;
--magenta-500: #CF2DEB;
--magenta-600: #B113CD;
--magenta-700: #8D0FA3;
--magenta-800: #650B75;
--magenta-900: #41074B;
--magenta-950: #28042F;
}