Magenta
#D011CC
PinkColor Codes
All color formats for development
HEX
#D011CCRGB
rgb(208, 17, 204)HSL
hsl(301, 85%, 44%)OKLCH
oklch(0.603 0.269 329.4)CMYK
cmyk(0%, 92%, 2%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB0FB8
2#A60DA4
3#910C8F
4#7D0A7B
5#680866
6#530752
7#3E053D
8#2A0329
9#150214
Tints
Lighter variations
1#EA13E6
2#EE2CEB
3#F046ED
4#F260F0
5#F47BF2
6#F695F5
7#F9B0F7
8#FBCAFA
9#FDE5FC
Tones
Muted variations
1#C61AC3
2#BC24BA
3#B32DB1
4#A937A8
5#A0419E
6#964A95
7#8D548C
8#835D83
9#7A6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AEF | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BEB | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B064A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF1FE;
--magenta-100: #FCDEFC;
--magenta-200: #FAC2F9;
--magenta-300: #F692F5;
--magenta-400: #F25AEF;
--magenta-500: #EE2BEB;
--magenta-600: #D011CC;
--magenta-700: #A50DA3;
--magenta-800: #760A74;
--magenta-900: #4B064A;
--magenta-950: #2F042E;
}