Charcoal

#2E3385

Blue

Color Codes

All color formats for development

HEX
#2E3385
RGB
rgb(46, 51, 133)
HSL
hsl(237, 49%, 35%)
OKLCH
oklch(0.369 0.135 275)
CMYK
cmyk(65%, 62%, 0%, 48%)

Accessibility

WCAG contrast compliance

On White Background

10.89:1

AA AAA

On Black Background

1.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E4E5
200
#CECF
300
#A8AA
400
#7A7E
500
#545A
600
#393F
700
#2E32
800
#2124
900
#1517
950
#0D0E

Shades

Darker variations

1#292D78
2#24286A
3#20235D
4#1B1E50
5#171942
6#121435
7#0E0F28
8#090A1B
9#05050D

Tints

Lighter variations

1#363B9E
2#3E44B6
3#5258C4
4#6B70CC
5#8488D5
6#9C9FDD
7#B5B7E6
8#CECFEE
9#E6E7F7

Tones

Muted variations

1#323681
2#363A7C
3#3B3E78
4#3F4273
5#43466F
6#484A6B
7#4C4D66
8#515162
9#55555E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CECF
#CECFEE
Secondary backgroundsInput backgroundsDividers
300
A8AA
#A8AAE1
BordersInactive statesPlaceholder text
400
7A7E
#7A7ED1
Disabled statesSecondary iconsMuted text
500
545A
#545AC4
Primary brand colorCTAsActive elementsLinks
600
393F
#393FA7
Hover statesFocus ringsPrimary buttons hover
700
2E32
#2E3285
Active/pressed statesDark mode accentsSecondary text
800
2124
#21245F
Text on light backgroundsHeadingsStrong borders
900
1517
#15173D
Primary textHigh emphasis contentDark headings
950
0D0E
#0D0E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F4FB;
  --charcoal-100: #E4E5F6;
  --charcoal-200: #CECFEE;
  --charcoal-300: #A8AAE1;
  --charcoal-400: #7A7ED1;
  --charcoal-500: #545AC4;
  --charcoal-600: #393FA7;
  --charcoal-700: #2E3285;
  --charcoal-800: #21245F;
  --charcoal-900: #15173D;
  --charcoal-950: #0D0E26;
}
Generate More ShadesCreate PaletteConvert Color