Black

#1F0033

Purple

Color Codes

All color formats for development

HEX
#1F0033
RGB
rgb(31, 0, 51)
HSL
hsl(276, 100%, 10%)
OKLCH
oklch(0.188 0.096 307.7)
CMYK
cmyk(39%, 100%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.99:1

AA AAA

On Black Background

1.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DB
200
#E4BD
300
#D08A
400
#B84D
500
#A31A
600
#8700
700
#6B00
800
#4C00
900
#3100
950
#1F00

Shades

Darker variations

1#1C002E
2#180029
3#150024
4#12001F
5#0F001A
6#0C0014
7#09000F
8#06000A
9#030005

Tints

Lighter variations

1#3A0061
2#56008F
3#7100BD
4#8D00EB
5#A31AFF
6#B647FF
7#C875FF
8#DAA3FF
9#EDD1FF

Tones

Muted variations

1#1E0330
2#1E052E
3#1D082B
4#1D0A29
5#1C0D26
6#1C0F24
7#1B1221
8#1B141F
9#1A171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DB
#F1DBFF
Light backgroundsTable row hoverSkeleton loading
200
E4BD
#E4BDFF
Secondary backgroundsInput backgroundsDividers
300
D08A
#D08AFF
BordersInactive statesPlaceholder text
400
B84D
#B84DFF
Disabled statesSecondary iconsMuted text
500
A31A
#A31AFF
Primary brand colorCTAsActive elementsLinks
600
8700
#8700E0
Hover statesFocus ringsPrimary buttons hover
700
6B00
#6B00B3
Active/pressed statesDark mode accentsSecondary text
800
4C00
#4C0080
Text on light backgroundsHeadingsStrong borders
900
3100
#310052
Primary textHigh emphasis contentDark headings
950
1F00
#1F0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F9F0FF;
  --black-100: #F1DBFF;
  --black-200: #E4BDFF;
  --black-300: #D08AFF;
  --black-400: #B84DFF;
  --black-500: #A31AFF;
  --black-600: #8700E0;
  --black-700: #6B00B3;
  --black-800: #4C0080;
  --black-900: #310052;
  --black-950: #1F0033;
}
Generate More ShadesCreate PaletteConvert Color