Magenta
#D02CED
PinkColor Codes
All color formats for development
HEX
#D02CEDRGB
rgb(208, 44, 237)HSL
hsl(291, 84%, 55%)OKLCH
oklch(0.634 0.278 320.8)CMYK
cmyk(12%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C814E8
2#B212CE
3#9C10B5
4#860D9B
5#6F0B81
6#590967
7#43074D
8#2D0434
9#16021A
Tints
Lighter variations
1#D441EE
2#D956F0
3#DE6BF2
4#E380F4
5#E795F6
6#ECABF8
7#F1C0F9
8#F6D5FB
9#FAEAFD
Tones
Muted variations
1#C935E3
2#C23FD9
3#BB49D0
4#B552C6
5#AE5CBC
6#A766B3
7#A06FA9
8#9A79A0
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 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E793 #E793F6 | BordersInactive statesPlaceholder text |
| 400 | DA5B #DA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D02C #D02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B212 #B212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0E #8E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650A #650A75 | 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: #F1C2FA;
--magenta-300: #E793F6;
--magenta-400: #DA5BF1;
--magenta-500: #D02CED;
--magenta-600: #B212CE;
--magenta-700: #8E0EA4;
--magenta-800: #650A75;
--magenta-900: #41074B;
--magenta-950: #28042F;
}