Charcoal

#142C6B

Blue

Color Codes

All color formats for development

HEX
#142C6B
RGB
rgb(20, 44, 107)
HSL
hsl(223, 69%, 25%)
OKLCH
oklch(0.317 0.114 264.8)
CMYK
cmyk(81%, 59%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

13.11:1

AA AAA

On Black Background

1.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E8
200
#C7D4
300
#9CB3
400
#688B
500
#3D6A
600
#234F
700
#1C3F
800
#142D
900
#0D1D
950
#0812

Shades

Darker variations

1#122861
2#102456
3#0E1F4B
4#0C1B41
5#0A1636
6#08122B
7#060D20
8#040916
9#02040B

Tints

Lighter variations

1#1A3A8C
2#2048AC
3#2655CD
4#3D6ADB
5#5D83E1
6#7E9CE7
7#9EB4ED
8#BECDF3
9#DFE6F9

Tones

Muted variations

1#182F67
2#1D3163
3#21325F
4#25345A
5#2A3656
6#2E3851
7#333A4D
8#373C49
9#3B3E44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E8
#E1E8F9
Light backgroundsTable row hoverSkeleton loading
200
C7D4
#C7D4F5
Secondary backgroundsInput backgroundsDividers
300
9CB3
#9CB3ED
BordersInactive statesPlaceholder text
400
688B
#688BE3
Disabled statesSecondary iconsMuted text
500
3D6A
#3D6ADB
Primary brand colorCTAsActive elementsLinks
600
234F
#234FBE
Hover statesFocus ringsPrimary buttons hover
700
1C3F
#1C3F97
Active/pressed statesDark mode accentsSecondary text
800
142D
#142D6C
Text on light backgroundsHeadingsStrong borders
900
0D1D
#0D1D45
Primary textHigh emphasis contentDark headings
950
0812
#08122B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F5FD;
  --charcoal-100: #E1E8F9;
  --charcoal-200: #C7D4F5;
  --charcoal-300: #9CB3ED;
  --charcoal-400: #688BE3;
  --charcoal-500: #3D6ADB;
  --charcoal-600: #234FBE;
  --charcoal-700: #1C3F97;
  --charcoal-800: #142D6C;
  --charcoal-900: #0D1D45;
  --charcoal-950: #08122B;
}
Generate More ShadesCreate PaletteConvert Color