Charcoal

#230B47

Purple

Color Codes

All color formats for development

HEX
#230B47
RGB
rgb(35, 11, 71)
HSL
hsl(264, 73%, 16%)
OKLCH
oklch(0.231 0.103 295.2)
CMYK
cmyk(51%, 85%, 0%, 72%)

Accessibility

WCAG contrast compliance

On White Background

17.35:1

AA AAA

On Black Background

1.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F2
100
#EBE0
200
#D9C6
300
#BC9A
400
#9965
500
#7B38
600
#601E
700
#4C18
800
#3611
900
#230B
950
#1607

Shades

Darker variations

1#1F0A40
2#1C0938
3#180831
4#15072A
5#110623
6#0E041C
7#0A0315
8#07020E
9#030107

Tints

Lighter variations

1#35116C
2#471791
3#5A1CB6
4#6C22DB
5#8446E2
6#9D6BE8
7#B590EE
8#CEB5F3
9#E6DAF9

Tones

Muted variations

1#230E44
2#241141
3#25143E
4#25173B
5#261A38
6#261D35
7#272032
8#28232F
9#28262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F2
#F6F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EBE0
#EBE0FA
Light backgroundsTable row hoverSkeleton loading
200
D9C6
#D9C6F6
Secondary backgroundsInput backgroundsDividers
300
BC9A
#BC9AEF
BordersInactive statesPlaceholder text
400
9965
#9965E7
Disabled statesSecondary iconsMuted text
500
7B38
#7B38E0
Primary brand colorCTAsActive elementsLinks
600
601E
#601EC2
Hover statesFocus ringsPrimary buttons hover
700
4C18
#4C189A
Active/pressed statesDark mode accentsSecondary text
800
3611
#36116E
Text on light backgroundsHeadingsStrong borders
900
230B
#230B47
Primary textHigh emphasis contentDark headings
950
1607
#16072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F2FD;
  --charcoal-100: #EBE0FA;
  --charcoal-200: #D9C6F6;
  --charcoal-300: #BC9AEF;
  --charcoal-400: #9965E7;
  --charcoal-500: #7B38E0;
  --charcoal-600: #601EC2;
  --charcoal-700: #4C189A;
  --charcoal-800: #36116E;
  --charcoal-900: #230B47;
  --charcoal-950: #16072C;
}
Generate More ShadesCreate PaletteConvert Color