Charcoal

#113140

Blue

Color Codes

All color formats for development

HEX
#113140
RGB
rgb(17, 49, 64)
HSL
hsl(199, 58%, 16%)
OKLCH
oklch(0.297 0.046 231.5)
CMYK
cmyk(73%, 23%, 0%, 75%)

Accessibility

WCAG contrast compliance

On White Background

13.66:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E3F1
200
#CBE5
300
#A2D1
400
#72B9
500
#4AA5
600
#2F88
700
#256C
800
#1B4D
900
#1131
950
#0B1F

Shades

Darker variations

1#0F2D3A
2#0E2834
3#0C232D
4#0A1E27
5#091920
6#07141A
7#050F13
8#030A0D
9#020506

Tints

Lighter variations

1#1A4B62
2#236584
3#2C7FA6
4#3599C8
5#56ABD2
6#78BCDB
7#99CCE4
8#BBDDED
9#DDEEF6

Tones

Muted variations

1#14313E
2#16303C
3#182F39
4#1B2E37
5#1D2D35
6#1F2C32
7#222B30
8#242B2E
9#262A2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E3F1
#E3F1F8
Light backgroundsTable row hoverSkeleton loading
200
CBE5
#CBE5F1
Secondary backgroundsInput backgroundsDividers
300
A2D1
#A2D1E6
BordersInactive statesPlaceholder text
400
72B9
#72B9DA
Disabled statesSecondary iconsMuted text
500
4AA5
#4AA5CF
Primary brand colorCTAsActive elementsLinks
600
2F88
#2F88B1
Hover statesFocus ringsPrimary buttons hover
700
256C
#256C8D
Active/pressed statesDark mode accentsSecondary text
800
1B4D
#1B4D65
Text on light backgroundsHeadingsStrong borders
900
1131
#113140
Primary textHigh emphasis contentDark headings
950
0B1F
#0B1F28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F9FC;
  --charcoal-100: #E3F1F8;
  --charcoal-200: #CBE5F1;
  --charcoal-300: #A2D1E6;
  --charcoal-400: #72B9DA;
  --charcoal-500: #4AA5CF;
  --charcoal-600: #2F88B1;
  --charcoal-700: #256C8D;
  --charcoal-800: #1B4D65;
  --charcoal-900: #113140;
  --charcoal-950: #0B1F28;
}
Generate More ShadesCreate PaletteConvert Color