Charcoal

#395279

Blue

Color Codes

All color formats for development

HEX
#395279
RGB
rgb(57, 82, 121)
HSL
hsl(217, 36%, 35%)
OKLCH
oklch(0.437 0.072 259)
CMYK
cmyk(53%, 32%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

7.90:1

AA AAA

On Black Background

2.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D2DB
300
#AFBF
400
#869E
500
#6383
600
#4867
700
#3952
800
#293A
900
#1A25
950
#1017

Shades

Darker variations

1#334A6D
2#2E4161
3#283955
4#223149
5#1D293D
6#172131
7#111924
8#0B1018
9#06080C

Tints

Lighter variations

1#446190
2#4E70A6
3#6181B5
4#7893BF
5#8EA5CA
6#A5B7D5
7#BBC9DF
8#D2DBEA
9#E8EDF4

Tones

Muted variations

1#3C5376
2#405373
3#435470
4#46556D
5#495669
6#4C5666
7#505763
8#535860
9#56595C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EC
#E7ECF4
Light backgroundsTable row hoverSkeleton loading
200
D2DB
#D2DBEA
Secondary backgroundsInput backgroundsDividers
300
AFBF
#AFBFD9
BordersInactive statesPlaceholder text
400
869E
#869EC6
Disabled statesSecondary iconsMuted text
500
6383
#6383B6
Primary brand colorCTAsActive elementsLinks
600
4867
#486799
Hover statesFocus ringsPrimary buttons hover
700
3952
#395279
Active/pressed statesDark mode accentsSecondary text
800
293A
#293A57
Text on light backgroundsHeadingsStrong borders
900
1A25
#1A2537
Primary textHigh emphasis contentDark headings
950
1017
#101723
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7FA;
  --charcoal-100: #E7ECF4;
  --charcoal-200: #D2DBEA;
  --charcoal-300: #AFBFD9;
  --charcoal-400: #869EC6;
  --charcoal-500: #6383B6;
  --charcoal-600: #486799;
  --charcoal-700: #395279;
  --charcoal-800: #293A57;
  --charcoal-900: #1A2537;
  --charcoal-950: #101723;
}
Generate More ShadesCreate PaletteConvert Color