Purple

#990AA9

Pink

Color Codes

All color formats for development

HEX
#990AA9
RGB
rgb(153, 10, 169)
HSL
hsl(294, 89%, 35%)
OKLCH
oklch(0.493 0.228 323)
CMYK
cmyk(9%, 94%, 0%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.07:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FADD
200
#F5C0
300
#EE90
400
#E556
500
#DE26
600
#C00C
700
#990A
800
#6D07
900
#4604
950
#2C03

Shades

Darker variations

1#8A0998
2#7A0887
3#6B0776
4#5C0665
5#4C0554
6#3D0443
7#2E0333
8#1F0222
9#0F0111

Tints

Lighter variations

1#B50CC8
2#D20DE7
3#DE24F2
4#E243F4
5#E762F6
6#EC82F8
7#F1A1FA
8#F5C0FB
9#FAE0FD

Tones

Muted variations

1#9212A1
2#8C1A99
3#862291
4#7F2A89
5#793281
6#733979
7#6C4171
8#664969
9#605161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FADD
#FADDFD
Light backgroundsTable row hoverSkeleton loading
200
F5C0
#F5C0FB
Secondary backgroundsInput backgroundsDividers
300
EE90
#EE90F9
BordersInactive statesPlaceholder text
400
E556
#E556F5
Disabled statesSecondary iconsMuted text
500
DE26
#DE26F2
Primary brand colorCTAsActive elementsLinks
600
C00C
#C00CD4
Hover statesFocus ringsPrimary buttons hover
700
990A
#990AA9
Active/pressed statesDark mode accentsSecondary text
800
6D07
#6D0778
Text on light backgroundsHeadingsStrong borders
900
4604
#46044D
Primary textHigh emphasis contentDark headings
950
2C03
#2C0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FE;
  --purple-100: #FADDFD;
  --purple-200: #F5C0FB;
  --purple-300: #EE90F9;
  --purple-400: #E556F5;
  --purple-500: #DE26F2;
  --purple-600: #C00CD4;
  --purple-700: #990AA9;
  --purple-800: #6D0778;
  --purple-900: #46044D;
  --purple-950: #2C0330;
}
Generate More ShadesCreate PaletteConvert Color