Charcoal

#0D4373

Blue

Color Codes

All color formats for development

HEX
#0D4373
RGB
rgb(13, 67, 115)
HSL
hsl(208, 80%, 25%)
OKLCH
oklch(0.377 0.098 250.5)
CMYK
cmyk(89%, 42%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

10.16:1

AA AAA

On Black Background

2.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C3E0
300
#95C7
400
#5EAB
500
#3092
600
#1676
700
#125E
800
#0D43
900
#082B
950
#051B

Shades

Darker variations

1#0B3C67
2#0A365C
3#092F50
4#082845
5#062239
6#051B2E
7#041422
8#030D17
9#01070B

Tints

Lighter variations

1#115795
2#146BB8
3#1880DA
4#3092E8
5#53A4EC
6#75B7F0
7#98C9F4
8#BADBF7
9#DDEDFB

Tones

Muted variations

1#12436E
2#174269
3#1C4263
4#21425E
5#264159
6#2B4154
7#30414F
8#36404A
9#3B4045

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFB
Light backgroundsTable row hoverSkeleton loading
200
C3E0
#C3E0F8
Secondary backgroundsInput backgroundsDividers
300
95C7
#95C7F3
BordersInactive statesPlaceholder text
400
5EAB
#5EABED
Disabled statesSecondary iconsMuted text
500
3092
#3092E8
Primary brand colorCTAsActive elementsLinks
600
1676
#1676CA
Hover statesFocus ringsPrimary buttons hover
700
125E
#125EA1
Active/pressed statesDark mode accentsSecondary text
800
0D43
#0D4373
Text on light backgroundsHeadingsStrong borders
900
082B
#082B49
Primary textHigh emphasis contentDark headings
950
051B
#051B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEEFB;
  --charcoal-200: #C3E0F8;
  --charcoal-300: #95C7F3;
  --charcoal-400: #5EABED;
  --charcoal-500: #3092E8;
  --charcoal-600: #1676CA;
  --charcoal-700: #125EA1;
  --charcoal-800: #0D4373;
  --charcoal-900: #082B49;
  --charcoal-950: #051B2E;
}
Generate More ShadesCreate PaletteConvert Color