Charcoal

#0E4371

Blue

Color Codes

All color formats for development

HEX
#0E4371
RGB
rgb(14, 67, 113)
HSL
hsl(208, 78%, 25%)
OKLCH
oklch(0.375 0.095 249.8)
CMYK
cmyk(88%, 41%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

10.19:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C4E0
300
#97C7
400
#60AA
500
#3392
600
#1976
700
#145E
800
#0E43
900
#092B
950
#061B

Shades

Darker variations

1#0D3C66
2#0B365B
3#0A2F4F
4#082844
5#072239
6#061B2D
7#041422
8#030D17
9#01070B

Tints

Lighter variations

1#125794
2#166BB6
3#1B7FD8
4#3392E6
5#55A4EA
6#77B6EE
7#99C9F2
8#BBDBF7
9#DDEDFB

Tones

Muted variations

1#13436D
2#184268
3#1D4263
4#22425E
5#274159
6#2C4154
7#31414F
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
C4E0
#C4E0F8
Secondary backgroundsInput backgroundsDividers
300
97C7
#97C7F2
BordersInactive statesPlaceholder text
400
60AA
#60AAEB
Disabled statesSecondary iconsMuted text
500
3392
#3392E6
Primary brand colorCTAsActive elementsLinks
600
1976
#1976C8
Hover statesFocus ringsPrimary buttons hover
700
145E
#145E9F
Active/pressed statesDark mode accentsSecondary text
800
0E43
#0E4371
Text on light backgroundsHeadingsStrong borders
900
092B
#092B49
Primary textHigh emphasis contentDark headings
950
061B
#061B2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEEFB;
  --charcoal-200: #C4E0F8;
  --charcoal-300: #97C7F2;
  --charcoal-400: #60AAEB;
  --charcoal-500: #3392E6;
  --charcoal-600: #1976C8;
  --charcoal-700: #145E9F;
  --charcoal-800: #0E4371;
  --charcoal-900: #092B49;
  --charcoal-950: #061B2D;
}
Generate More ShadesCreate PaletteConvert Color