Charcoal

#1E2162

Blue

Color Codes

All color formats for development

HEX
#1E2162
RGB
rgb(30, 33, 98)
HSL
hsl(237, 53%, 25%)
OKLCH
oklch(0.291 0.113 274.9)
CMYK
cmyk(69%, 66%, 0%, 62%)

Accessibility

WCAG contrast compliance

On White Background

14.49:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E5
200
#CCCE
300
#A5A8
400
#767B
500
#4F56
600
#353B
700
#2A2F
800
#1E21
900
#1315
950
#0C0D

Shades

Darker variations

1#1B1E58
2#181B4E
3#151744
4#12143B
5#0F1131
6#0C0D27
7#090A1D
8#060714
9#03030A

Tints

Lighter variations

1#272B7F
2#30359C
3#393FB9
4#4F56C9
5#6D72D2
6#8A8EDB
7#A7AAE4
8#C4C7ED
9#E2E3F6

Tones

Muted variations

1#21245E
2#25275B
3#282A57
4#2B2E54
5#2F3151
6#32344D
7#36374A
8#393A47
9#3C3D43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F7
Light backgroundsTable row hoverSkeleton loading
200
CCCE
#CCCEEF
Secondary backgroundsInput backgroundsDividers
300
A5A8
#A5A8E3
BordersInactive statesPlaceholder text
400
767B
#767BD5
Disabled statesSecondary iconsMuted text
500
4F56
#4F56C9
Primary brand colorCTAsActive elementsLinks
600
353B
#353BAC
Hover statesFocus ringsPrimary buttons hover
700
2A2F
#2A2F89
Active/pressed statesDark mode accentsSecondary text
800
1E21
#1E2162
Text on light backgroundsHeadingsStrong borders
900
1315
#13153E
Primary textHigh emphasis contentDark headings
950
0C0D
#0C0D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F4FB;
  --charcoal-100: #E4E5F7;
  --charcoal-200: #CCCEEF;
  --charcoal-300: #A5A8E3;
  --charcoal-400: #767BD5;
  --charcoal-500: #4F56C9;
  --charcoal-600: #353BAC;
  --charcoal-700: #2A2F89;
  --charcoal-800: #1E2162;
  --charcoal-900: #13153E;
  --charcoal-950: #0C0D27;
}
Generate More ShadesCreate PaletteConvert Color