Black

#170033

Purple

Color Codes

All color formats for development

HEX
#170033
RGB
rgb(23, 0, 51)
HSL
hsl(267, 100%, 10%)
OKLCH
oklch(0.174 0.094 297.6)
CMYK
cmyk(55%, 100%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

19.37: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
#F7F0
100
#EBDB
200
#DBBD
300
#BE8A
400
#9D4D
500
#811A
600
#6500
700
#5000
800
#3900
900
#2500
950
#1700

Shades

Darker variations

1#15002E
2#120029
3#100024
4#0E001F
5#0B001A
6#090014
7#07000F
8#05000A
9#020005

Tints

Lighter variations

1#2C0061
2#40008F
3#5500BD
4#6A00EB
5#811AFF
6#9A47FF
7#B375FF
8#CDA3FF
9#E6D1FF

Tones

Muted variations

1#170330
2#17052E
3#18082B
4#180A29
5#180D26
6#180F24
7#191221
8#19141F
9#19171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EBDB
#EBDBFF
Light backgroundsTable row hoverSkeleton loading
200
DBBD
#DBBDFF
Secondary backgroundsInput backgroundsDividers
300
BE8A
#BE8AFF
BordersInactive statesPlaceholder text
400
9D4D
#9D4DFF
Disabled statesSecondary iconsMuted text
500
811A
#811AFF
Primary brand colorCTAsActive elementsLinks
600
6500
#6500E0
Hover statesFocus ringsPrimary buttons hover
700
5000
#5000B3
Active/pressed statesDark mode accentsSecondary text
800
3900
#390080
Text on light backgroundsHeadingsStrong borders
900
2500
#250052
Primary textHigh emphasis contentDark headings
950
1700
#170033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F7F0FF;
  --black-100: #EBDBFF;
  --black-200: #DBBDFF;
  --black-300: #BE8AFF;
  --black-400: #9D4DFF;
  --black-500: #811AFF;
  --black-600: #6500E0;
  --black-700: #5000B3;
  --black-800: #390080;
  --black-900: #250052;
  --black-950: #170033;
}
Generate More ShadesCreate PaletteConvert Color