Magenta
#D908CB
PinkColor Codes
All color formats for development
HEX
#D908CBRGB
rgb(217, 8, 203)HSL
hsl(304, 93%, 44%)OKLCH
oklch(0.614 0.275 331.9)CMYK
cmyk(0%, 96%, 6%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C307B6
2#AD06A2
3#98058E
4#82057A
5#6C0465
6#570351
7#41023D
8#2B0229
9#160114
Tints
Lighter variations
1#F409E4
2#F723E9
3#F83EEC
4#F95AEE
5#FA75F1
6#FB91F4
7#FCACF7
8#FDC8F9
9#FEE3FC
Tones
Muted variations
1#CE12C2
2#C41DB9
3#B927B0
4#AF32A6
5#A43C9D
6#9A4694
7#90518B
8#855B82
9#7B6679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EF4 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953EE | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FE;
--magenta-100: #FEDDFC;
--magenta-200: #FDBFF9;
--magenta-300: #FB8EF4;
--magenta-400: #F953EE;
--magenta-500: #F722E9;
--magenta-600: #D908CB;
--magenta-700: #AC06A1;
--magenta-800: #7B0473;
--magenta-900: #4F034A;
--magenta-950: #31022E;
}