Black

#210330

Purple

Color Codes

All color formats for development

HEX
#210330
RGB
rgb(33, 3, 48)
HSL
hsl(280, 88%, 10%)
OKLCH
oklch(0.193 0.087 311.6)
CMYK
cmyk(31%, 94%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.74:1

AA AAA

On Black Background

1.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF1
100
#F2DD
200
#E8C1
300
#D691
400
#C057
500
#AE27
600
#910D
700
#730B
800
#5208
900
#3505
950
#2103

Shades

Darker variations

1#1E032B
2#1A0226
3#170222
4#14021D
5#100218
6#0D0113
7#0A010E
8#07010A
9#030005

Tints

Lighter variations

1#3F065B
2#5C0986
3#7A0BB1
4#980EDD
5#AE27F1
6#BE52F4
7#CE7EF7
8#DFA9F9
9#EFD4FC

Tones

Muted variations

1#20052E
2#1F082B
3#1F0A29
4#1E0C27
5#1D0E25
6#1C1122
7#1C1320
8#1B151E
9#1A171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF1
#FAF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DD
#F2DDFD
Light backgroundsTable row hoverSkeleton loading
200
E8C1
#E8C1FB
Secondary backgroundsInput backgroundsDividers
300
D691
#D691F8
BordersInactive statesPlaceholder text
400
C057
#C057F4
Disabled statesSecondary iconsMuted text
500
AE27
#AE27F1
Primary brand colorCTAsActive elementsLinks
600
910D
#910DD3
Hover statesFocus ringsPrimary buttons hover
700
730B
#730BA8
Active/pressed statesDark mode accentsSecondary text
800
5208
#520878
Text on light backgroundsHeadingsStrong borders
900
3505
#35054D
Primary textHigh emphasis contentDark headings
950
2103
#210330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FAF1FE;
  --black-100: #F2DDFD;
  --black-200: #E8C1FB;
  --black-300: #D691F8;
  --black-400: #C057F4;
  --black-500: #AE27F1;
  --black-600: #910DD3;
  --black-700: #730BA8;
  --black-800: #520878;
  --black-900: #35054D;
  --black-950: #210330;
}
Generate More ShadesCreate PaletteConvert Color