Magenta
#D908D9
PinkColor Codes
All color formats for development
HEX
#D908D9RGB
rgb(217, 8, 217)HSL
hsl(300, 93%, 44%)OKLCH
oklch(0.623 0.284 328.3)CMYK
cmyk(0%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C307C3
2#AD06AD
3#980598
4#820582
5#6C046C
6#570357
7#410241
8#2B022B
9#160116
Tints
Lighter variations
1#F409F4
2#F723F7
3#F83EF8
4#F95AF9
5#FA75FA
6#FB91FB
7#FCACFC
8#FDC8FD
9#FEE3FE
Tones
Muted variations
1#CE12CE
2#C41DC4
3#B927B9
4#AF32AF
5#A43CA4
6#9A469A
7#905190
8#855B85
9#7B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EFB | BordersInactive statesPlaceholder text |
| 400 | F953 #F953F9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FEF0FE;
--magenta-100: #FEDDFE;
--magenta-200: #FDBFFD;
--magenta-300: #FB8EFB;
--magenta-400: #F953F9;
--magenta-500: #F722F7;
--magenta-600: #D908D9;
--magenta-700: #AC06AC;
--magenta-800: #7B047B;
--magenta-900: #4F034F;
--magenta-950: #310231;
}