Black

#160033

Purple

Color Codes

All color formats for development

HEX
#160033
RGB
rgb(22, 0, 51)
HSL
hsl(266, 100%, 10%)
OKLCH
oklch(0.173 0.094 296.2)
CMYK
cmyk(57%, 100%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

19.41:1

AA AAA

On Black Background

1.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EBDB
200
#D9BD
300
#BD8A
400
#9A4D
500
#7D1A
600
#6100
700
#4D00
800
#3700
900
#2300
950
#1600

Shades

Darker variations

1#14002E
2#120029
3#0F0024
4#0D001F
5#0B001A
6#090014
7#07000F
8#04000A
9#020005

Tints

Lighter variations

1#2A0061
2#3E008F
3#5200BD
4#6600EB
5#7D1AFF
6#9747FF
7#B175FF
8#CBA3FF
9#E5D1FF

Tones

Muted variations

1#160330
2#17052E
3#17082B
4#170A29
5#180D26
6#180F24
7#181221
8#19141F
9#19171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDB
#EBDBFF
Light backgroundsTable row hoverSkeleton loading
200
D9BD
#D9BDFF
Secondary backgroundsInput backgroundsDividers
300
BD8A
#BD8AFF
BordersInactive statesPlaceholder text
400
9A4D
#9A4DFF
Disabled statesSecondary iconsMuted text
500
7D1A
#7D1AFF
Primary brand colorCTAsActive elementsLinks
600
6100
#6100E0
Hover statesFocus ringsPrimary buttons hover
700
4D00
#4D00B3
Active/pressed statesDark mode accentsSecondary text
800
3700
#370080
Text on light backgroundsHeadingsStrong borders
900
2300
#230052
Primary textHigh emphasis contentDark headings
950
1600
#160033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F6F0FF;
  --black-100: #EBDBFF;
  --black-200: #D9BDFF;
  --black-300: #BD8AFF;
  --black-400: #9A4DFF;
  --black-500: #7D1AFF;
  --black-600: #6100E0;
  --black-700: #4D00B3;
  --black-800: #370080;
  --black-900: #230052;
  --black-950: #160033;
}
Generate More ShadesCreate PaletteConvert Color