Charcoal

#28084A

Purple

Color Codes

All color formats for development

HEX
#28084A
RGB
rgb(40, 8, 74)
HSL
hsl(269, 80%, 16%)
OKLCH
oklch(0.238 0.111 299.5)
CMYK
cmyk(46%, 89%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

17.16:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDF
200
#DDC3
300
#C395
400
#A35E
500
#8930
600
#6D16
700
#5712
800
#3E0D
900
#2808
950
#1905

Shades

Darker variations

1#240742
2#20073B
3#1C0633
4#18052C
5#140425
6#10031D
7#0C0216
8#08020F
9#040107

Tints

Lighter variations

1#3D0C70
2#511197
3#6615BD
4#7B19E4
5#913EEA
6#A765EE
7#BD8BF2
8#D3B2F6
9#E9D8FB

Tones

Muted variations

1#280B46
2#280F43
3#281240
4#28153C
5#281839
6#281C36
7#281F33
8#29222F
9#29262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EDDF
#EDDFFB
Light backgroundsTable row hoverSkeleton loading
200
DDC3
#DDC3F8
Secondary backgroundsInput backgroundsDividers
300
C395
#C395F3
BordersInactive statesPlaceholder text
400
A35E
#A35EED
Disabled statesSecondary iconsMuted text
500
8930
#8930E8
Primary brand colorCTAsActive elementsLinks
600
6D16
#6D16CA
Hover statesFocus ringsPrimary buttons hover
700
5712
#5712A1
Active/pressed statesDark mode accentsSecondary text
800
3E0D
#3E0D73
Text on light backgroundsHeadingsStrong borders
900
2808
#280849
Primary textHigh emphasis contentDark headings
950
1905
#19052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F7F1FD;
  --charcoal-100: #EDDFFB;
  --charcoal-200: #DDC3F8;
  --charcoal-300: #C395F3;
  --charcoal-400: #A35EED;
  --charcoal-500: #8930E8;
  --charcoal-600: #6D16CA;
  --charcoal-700: #5712A1;
  --charcoal-800: #3E0D73;
  --charcoal-900: #280849;
  --charcoal-950: #19052E;
}
Generate More ShadesCreate PaletteConvert Color