Purple

#900EA4

Pink

Color Codes

All color formats for development

HEX
#900EA4
RGB
rgb(144, 14, 164)
HSL
hsl(292, 84%, 35%)
OKLCH
oklch(0.476 0.219 321.3)
CMYK
cmyk(12%, 91%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

7.54:1

AA AAA

On Black Background

2.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF1
100
#F8DE
200
#F2C2
300
#E893
400
#DD5B
500
#D32C
600
#B512
700
#900E
800
#670A
900
#4207
950
#2904

Shades

Darker variations

1#820D94
2#730B83
3#650A73
4#570963
5#480752
6#3A0642
7#2B0431
8#1D0321
9#0E0110

Tints

Lighter variations

1#AB11C3
2#C614E1
3#D22AEC
4#D948EF
5#DF67F2
6#E685F4
7#ECA4F7
8#F2C2FA
9#F9E1FC

Tones

Muted variations

1#8B169D
2#851D95
3#80258E
4#7A2C86
5#75347F
6#6F3B77
7#6A4370
8#644A68
9#5F5261

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
E893
#E893F6
BordersInactive statesPlaceholder text
400
DD5B
#DD5BF1
Disabled statesSecondary iconsMuted text
500
D32C
#D32CED
Primary brand colorCTAsActive elementsLinks
600
B512
#B512CE
Hover statesFocus ringsPrimary buttons hover
700
900E
#900EA4
Active/pressed statesDark mode accentsSecondary text
800
670A
#670A75
Text on light backgroundsHeadingsStrong borders
900
4207
#42074B
Primary textHigh emphasis contentDark headings
950
2904
#29042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FCF1FE;
  --purple-100: #F8DEFC;
  --purple-200: #F2C2FA;
  --purple-300: #E893F6;
  --purple-400: #DD5BF1;
  --purple-500: #D32CED;
  --purple-600: #B512CE;
  --purple-700: #900EA4;
  --purple-800: #670A75;
  --purple-900: #42074B;
  --purple-950: #29042F;
}
Generate More ShadesCreate PaletteConvert Color