Charcoal

#363C7C

Blue

Color Codes

All color formats for development

HEX
#363C7C
RGB
rgb(54, 60, 124)
HSL
hsl(235, 39%, 35%)
OKLCH
oklch(0.386 0.107 276.1)
CMYK
cmyk(56%, 52%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

10.03:1

AA AAA

On Black Background

2.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E7
200
#D1D3
300
#ADB1
400
#8389
500
#5F67
600
#444C
700
#363C
800
#272B
900
#191C
950
#1011

Shades

Darker variations

1#313670
2#2C3063
3#262A57
4#21244A
5#1B1E3E
6#161832
7#101225
8#0B0C19
9#05060C

Tints

Lighter variations

1#414793
2#4B53AA
3#5E65B8
4#757BC2
5#8C91CC
6#A3A7D7
7#BABDE1
8#D1D3EB
9#E8E9F5

Tones

Muted variations

1#3A3F79
2#3D4275
3#414572
4#44486E
5#484B6B
6#4B4E67
7#4F5164
8#525360
9#56565D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E7
#E6E7F4
Light backgroundsTable row hoverSkeleton loading
200
D1D3
#D1D3EB
Secondary backgroundsInput backgroundsDividers
300
ADB1
#ADB1DB
BordersInactive statesPlaceholder text
400
8389
#8389C9
Disabled statesSecondary iconsMuted text
500
5F67
#5F67B9
Primary brand colorCTAsActive elementsLinks
600
444C
#444C9C
Hover statesFocus ringsPrimary buttons hover
700
363C
#363C7C
Active/pressed statesDark mode accentsSecondary text
800
272B
#272B59
Text on light backgroundsHeadingsStrong borders
900
191C
#191C39
Primary textHigh emphasis contentDark headings
950
1011
#101123
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F5FA;
  --charcoal-100: #E6E7F4;
  --charcoal-200: #D1D3EB;
  --charcoal-300: #ADB1DB;
  --charcoal-400: #8389C9;
  --charcoal-500: #5F67B9;
  --charcoal-600: #444C9C;
  --charcoal-700: #363C7C;
  --charcoal-800: #272B59;
  --charcoal-900: #191C39;
  --charcoal-950: #101123;
}
Generate More ShadesCreate PaletteConvert Color