Purple

#B300A7

Pink

Color Codes

All color formats for development

HEX
#B300A7
RGB
rgb(179, 0, 167)
HSL
hsl(304, 100%, 35%)
OKLCH
oklch(0.531 0.239 332)
CMYK
cmyk(0%, 100%, 7%, 30%)

Accessibility

WCAG contrast compliance

On White Background

6.04:1

AA AAA

On Black Background

3.47: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#A10096
2#8F0085
3#7D0075
4#6B0064
5#590053
6#470043
7#360032
8#240021
9#120011

Tints

Lighter variations

1#D400C6
2#F500E4
3#FF17F0
4#FF38F2
5#FF59F4
6#FF7AF6
7#FF9CF8
8#FFBDFB
9#FFDEFD

Tones

Muted variations

1#AA099F
2#A11297
3#981B8F
4#8F2488
5#862D80
6#7D3678
7#743E70
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
#FFBDFB
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AF7
BordersInactive statesPlaceholder text
400
FF4D
#FF4DF3
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1AF0
Primary brand colorCTAsActive elementsLinks
600
E000
#E000D1
Hover statesFocus ringsPrimary buttons hover
700
B300
#B300A7
Active/pressed statesDark mode accentsSecondary text
800
8000
#800077
Text on light backgroundsHeadingsStrong borders
900
5200
#52004C
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: #FFBDFB;
  --purple-300: #FF8AF7;
  --purple-400: #FF4DF3;
  --purple-500: #FF1AF0;
  --purple-600: #E000D1;
  --purple-700: #B300A7;
  --purple-800: #800077;
  --purple-900: #52004C;
  --purple-950: #330030;
}
Generate More ShadesCreate PaletteConvert Color