Purple

#B300AA

Pink

Color Codes

All color formats for development

HEX
#B300AA
RGB
rgb(179, 0, 170)
HSL
hsl(303, 100%, 35%)
OKLCH
oklch(0.532 0.241 331.1)
CMYK
cmyk(0%, 100%, 5%, 30%)

Accessibility

WCAG contrast compliance

On White Background

6.00:1

AA AAA

On Black Background

3.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#A10099
2#8F0088
3#7D0077
4#6B0066
5#590055
6#470044
7#360033
8#240022
9#120011

Tints

Lighter variations

1#D400C9
2#F500E9
3#FF17F3
4#FF38F5
5#FF59F7
6#FF7AF8
7#FF9CFA
8#FFBDFC
9#FFDEFD

Tones

Muted variations

1#AA09A2
2#A1129A
3#981B91
4#8F2489
5#862D81
6#7D3679
7#743E71
8#6B4769
9#625061

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBFD
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDFC
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AF9
BordersInactive statesPlaceholder text
400
FF4D
#FF4DF6
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1AF4
Primary brand colorCTAsActive elementsLinks
600
E000
#E000D5
Hover statesFocus ringsPrimary buttons hover
700
B300
#B300AA
Active/pressed statesDark mode accentsSecondary text
800
8000
#800079
Text on light backgroundsHeadingsStrong borders
900
5200
#52004E
Primary textHigh emphasis contentDark headings
950
3300
#330030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FFF0FE;
  --purple-100: #FFDBFD;
  --purple-200: #FFBDFC;
  --purple-300: #FF8AF9;
  --purple-400: #FF4DF6;
  --purple-500: #FF1AF4;
  --purple-600: #E000D5;
  --purple-700: #B300AA;
  --purple-800: #800079;
  --purple-900: #52004E;
  --purple-950: #330030;
}
Generate More ShadesCreate PaletteConvert Color