Black

#1B0330

Purple

Color Codes

All color formats for development

HEX
#1B0330
RGB
rgb(27, 3, 48)
HSL
hsl(272, 88%, 10%)
OKLCH
oklch(0.183 0.085 303.8)
CMYK
cmyk(44%, 94%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

19.05:1

AA AAA

On Black Background

1.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EEDD
200
#E0C1
300
#C891
400
#AB57
500
#9327
600
#770D
700
#5E0B
800
#4308
900
#2B05
950
#1B03

Shades

Darker variations

1#18032B
2#160226
3#130222
4#10021D
5#0D0218
6#0B0113
7#08010E
8#05010A
9#030005

Tints

Lighter variations

1#33065B
2#4C0986
3#640BB1
4#7C0EDD
5#9327F1
6#A952F4
7#BE7EF7
8#D4A9F9
9#E9D4FC

Tones

Muted variations

1#1B052E
2#1B082B
3#1B0A29
4#1A0C27
5#1A0E25
6#1A1122
7#1A1320
8#1A151E
9#1A171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDD
#EEDDFD
Light backgroundsTable row hoverSkeleton loading
200
E0C1
#E0C1FB
Secondary backgroundsInput backgroundsDividers
300
C891
#C891F8
BordersInactive statesPlaceholder text
400
AB57
#AB57F4
Disabled statesSecondary iconsMuted text
500
9327
#9327F1
Primary brand colorCTAsActive elementsLinks
600
770D
#770DD3
Hover statesFocus ringsPrimary buttons hover
700
5E0B
#5E0BA8
Active/pressed statesDark mode accentsSecondary text
800
4308
#430878
Text on light backgroundsHeadingsStrong borders
900
2B05
#2B054D
Primary textHigh emphasis contentDark headings
950
1B03
#1B0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F8F1FE;
  --black-100: #EEDDFD;
  --black-200: #E0C1FB;
  --black-300: #C891F8;
  --black-400: #AB57F4;
  --black-500: #9327F1;
  --black-600: #770DD3;
  --black-700: #5E0BA8;
  --black-800: #430878;
  --black-900: #2B054D;
  --black-950: #1B0330;
}
Generate More ShadesCreate PaletteConvert Color