Black

#230231

Purple

Color Codes

All color formats for development

HEX
#230231
RGB
rgb(35, 2, 49)
HSL
hsl(282, 92%, 10%)
OKLCH
oklch(0.196 0.091 313.5)
CMYK
cmyk(29%, 96%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.67: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
#FAF0
100
#F4DD
200
#EABF
300
#DA8E
400
#C754
500
#B623
600
#9909
700
#7A07
800
#5705
900
#3803
950
#2302

Shades

Darker variations

1#1F022C
2#1C0227
3#180122
4#15011D
5#110118
6#0E0114
7#0A010F
8#07000A
9#030005

Tints

Lighter variations

1#42045D
2#620689
3#8108B5
4#A009E1
5#B623F6
6#C54FF8
7#D37BF9
8#E2A7FB
9#F0D3FD

Tones

Muted variations

1#22042F
2#21072C
3#20092A
4#1F0B28
5#1E0E25
6#1D1023
7#1C1221
8#1B151E
9#1A171C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F4DD
#F4DDFE
Light backgroundsTable row hoverSkeleton loading
200
EABF
#EABFFC
Secondary backgroundsInput backgroundsDividers
300
DA8E
#DA8EFA
BordersInactive statesPlaceholder text
400
C754
#C754F8
Disabled statesSecondary iconsMuted text
500
B623
#B623F6
Primary brand colorCTAsActive elementsLinks
600
9909
#9909D7
Hover statesFocus ringsPrimary buttons hover
700
7A07
#7A07AB
Active/pressed statesDark mode accentsSecondary text
800
5705
#57057A
Text on light backgroundsHeadingsStrong borders
900
3803
#38034E
Primary textHigh emphasis contentDark headings
950
2302
#230231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FAF0FE;
  --black-100: #F4DDFE;
  --black-200: #EABFFC;
  --black-300: #DA8EFA;
  --black-400: #C754F8;
  --black-500: #B623F6;
  --black-600: #9909D7;
  --black-700: #7A07AB;
  --black-800: #57057A;
  --black-900: #38034E;
  --black-950: #230231;
}
Generate More ShadesCreate PaletteConvert Color