Black

#110132

Purple

Color Codes

All color formats for development

HEX
#110132
RGB
rgb(17, 1, 50)
HSL
hsl(260, 96%, 10%)
OKLCH
oklch(0.167 0.091 289.5)
CMYK
cmyk(66%, 98%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

19.55:1

AA AAA

On Black Background

1.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E7DC
200
#D3BE
300
#B28C
400
#8950
500
#681E
600
#4C04
700
#3D04
800
#2B03
900
#1C02
950
#1101

Shades

Darker variations

1#10012D
2#0E0128
3#0C0123
4#0A011E
5#090119
6#070014
7#05000F
8#03000A
9#020005

Tints

Lighter variations

1#21025F
2#31038C
3#4004B9
4#5005E6
5#681EFA
6#864BFB
7#A478FC
8#C2A5FD
9#E1D2FE

Tones

Muted variations

1#120330
2#13062D
3#14082B
4#150B28
5#150D26
6#161023
7#171221
8#18151E
9#19171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DC
#E7DCFE
Light backgroundsTable row hoverSkeleton loading
200
D3BE
#D3BEFE
Secondary backgroundsInput backgroundsDividers
300
B28C
#B28CFD
BordersInactive statesPlaceholder text
400
8950
#8950FB
Disabled statesSecondary iconsMuted text
500
681E
#681EFA
Primary brand colorCTAsActive elementsLinks
600
4C04
#4C04DC
Hover statesFocus ringsPrimary buttons hover
700
3D04
#3D04AF
Active/pressed statesDark mode accentsSecondary text
800
2B03
#2B037D
Text on light backgroundsHeadingsStrong borders
900
1C02
#1C0250
Primary textHigh emphasis contentDark headings
950
1101
#110132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F0FF;
  --black-100: #E7DCFE;
  --black-200: #D3BEFE;
  --black-300: #B28CFD;
  --black-400: #8950FB;
  --black-500: #681EFA;
  --black-600: #4C04DC;
  --black-700: #3D04AF;
  --black-800: #2B037D;
  --black-900: #1C0250;
  --black-950: #110132;
}
Generate More ShadesCreate PaletteConvert Color