Charcoal

#364F7C

Blue

Color Codes

All color formats for development

HEX
#364F7C
RGB
rgb(54, 79, 124)
HSL
hsl(219, 39%, 35%)
OKLCH
oklch(0.429 0.081 261.5)
CMYK
cmyk(56%, 36%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

8.18:1

AA AAA

On Black Background

2.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E6EB
200
#D1DA
300
#ADBD
400
#839B
500
#5F7F
600
#4463
700
#364F
800
#2738
900
#1924
950
#1017

Shades

Darker variations

1#314770
2#2C3F63
3#263757
4#212F4A
5#1B273E
6#162032
7#101825
8#0B1019
9#05080C

Tints

Lighter variations

1#415D93
2#4B6CAA
3#5E7DB8
4#7590C2
5#8CA2CC
6#A3B5D7
7#BAC7E1
8#D1DAEB
9#E8ECF5

Tones

Muted variations

1#3A5079
2#3D5175
3#415272
4#44536E
5#48546B
6#4B5567
7#4F5664
8#525760
9#56585D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EB
#E6EBF4
Light backgroundsTable row hoverSkeleton loading
200
D1DA
#D1DAEB
Secondary backgroundsInput backgroundsDividers
300
ADBD
#ADBDDB
BordersInactive statesPlaceholder text
400
839B
#839BC9
Disabled statesSecondary iconsMuted text
500
5F7F
#5F7FB9
Primary brand colorCTAsActive elementsLinks
600
4463
#44639C
Hover statesFocus ringsPrimary buttons hover
700
364F
#364F7C
Active/pressed statesDark mode accentsSecondary text
800
2738
#273859
Text on light backgroundsHeadingsStrong borders
900
1924
#192439
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: #F4F6FA;
  --charcoal-100: #E6EBF4;
  --charcoal-200: #D1DAEB;
  --charcoal-300: #ADBDDB;
  --charcoal-400: #839BC9;
  --charcoal-500: #5F7FB9;
  --charcoal-600: #44639C;
  --charcoal-700: #364F7C;
  --charcoal-800: #273859;
  --charcoal-900: #192439;
  --charcoal-950: #101723;
}
Generate More ShadesCreate PaletteConvert Color