Magenta

#D12BEE

Pink

Color Codes

All color formats for development

HEX
#D12BEE
RGB
rgb(209, 43, 238)
HSL
hsl(291, 85%, 55%)
OKLCH
oklch(0.636 0.279 320.9)
CMYK
cmyk(12%, 82%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.97:1

AA AAA

On Black Background

5.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF1
100
#F8DE
200
#F2C2
300
#E792
400
#DB5A
500
#D12B
600
#B311
700
#8E0D
800
#660A
900
#4106
950
#2904

Shades

Darker variations

1#C913EA
2#B311D0
3#9D0FB6
4#860D9C
5#700B82
6#590868
7#43064E
8#2D0434
9#16021A

Tints

Lighter variations

1#D540F0
2#DA55F1
3#DE6AF3
4#E380F5
5#E895F6
6#ECAAF8
7#F1BFFA
8#F6D5FC
9#FAEAFD

Tones

Muted variations

1#CA34E4
2#C33EDA
3#BC48D1
4#B552C7
5#AE5BBD
6#A865B3
7#A16FAA
8#9A79A0
9#938296

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF1
#FCF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F8DE
#F8DEFC
Light backgroundsTable row hoverSkeleton loading
200
F2C2
#F2C2FA
Secondary backgroundsInput backgroundsDividers
300
E792
#E792F6
BordersInactive statesPlaceholder text
400
DB5A
#DB5AF2
Disabled statesSecondary iconsMuted text
500
D12B
#D12BEE
Primary brand colorCTAsActive elementsLinks
600
B311
#B311D0
Hover statesFocus ringsPrimary buttons hover
700
8E0D
#8E0DA5
Active/pressed statesDark mode accentsSecondary text
800
660A
#660A76
Text on light backgroundsHeadingsStrong borders
900
4106
#41064B
Primary textHigh emphasis contentDark headings
950
2904
#29042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --magenta-50: #FCF1FE;
  --magenta-100: #F8DEFC;
  --magenta-200: #F2C2FA;
  --magenta-300: #E792F6;
  --magenta-400: #DB5AF2;
  --magenta-500: #D12BEE;
  --magenta-600: #B311D0;
  --magenta-700: #8E0DA5;
  --magenta-800: #660A76;
  --magenta-900: #41064B;
  --magenta-950: #29042F;
}
Generate More ShadesCreate PaletteConvert Color