Black

#180330

Purple

Color Codes

All color formats for development

HEX
#180330
RGB
rgb(24, 3, 48)
HSL
hsl(268, 88%, 10%)
OKLCH
oklch(0.179 0.085 299.7)
CMYK
cmyk(50%, 94%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

19.19:1

AA AAA

On Black Background

1.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDD
200
#DCC1
300
#C191
400
#A157
500
#8627
600
#6A0D
700
#540B
800
#3C08
900
#2605
950
#1803

Shades

Darker variations

1#16032B
2#130226
3#110222
4#0E021D
5#0C0218
6#0A0113
7#07010E
8#05010A
9#020005

Tints

Lighter variations

1#2E065B
2#430986
3#590BB1
4#6E0EDD
5#8627F1
6#9E52F4
7#B67EF7
8#CEA9F9
9#E7D4FC

Tones

Muted variations

1#18052E
2#18082B
3#180A29
4#190C27
5#190E25
6#191122
7#191320
8#19151E
9#19171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
ECDD
#ECDDFD
Light backgroundsTable row hoverSkeleton loading
200
DCC1
#DCC1FB
Secondary backgroundsInput backgroundsDividers
300
C191
#C191F8
BordersInactive statesPlaceholder text
400
A157
#A157F4
Disabled statesSecondary iconsMuted text
500
8627
#8627F1
Primary brand colorCTAsActive elementsLinks
600
6A0D
#6A0DD3
Hover statesFocus ringsPrimary buttons hover
700
540B
#540BA8
Active/pressed statesDark mode accentsSecondary text
800
3C08
#3C0878
Text on light backgroundsHeadingsStrong borders
900
2605
#26054D
Primary textHigh emphasis contentDark headings
950
1803
#180330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F7F1FE;
  --black-100: #ECDDFD;
  --black-200: #DCC1FB;
  --black-300: #C191F8;
  --black-400: #A157F4;
  --black-500: #8627F1;
  --black-600: #6A0DD3;
  --black-700: #540BA8;
  --black-800: #3C0878;
  --black-900: #26054D;
  --black-950: #180330;
}
Generate More ShadesCreate PaletteConvert Color