Charcoal

#0E3243

Blue

Color Codes

All color formats for development

HEX
#0E3243
RGB
rgb(14, 50, 67)
HSL
hsl(199, 65%, 16%)
OKLCH
oklch(0.3 0.051 232.6)
CMYK
cmyk(79%, 25%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

13.50:1

AA AAA

On Black Background

1.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E2F1
200
#C8E6
300
#9ED2
400
#6CBB
500
#42A8
600
#278B
700
#1F6F
800
#164F
900
#0E33
950
#0920

Shades

Darker variations

1#0D2D3D
2#0B2836
3#0A232F
4#091E28
5#071922
6#06141B
7#040F14
8#030A0D
9#010507

Tints

Lighter variations

1#164D67
2#1D688A
3#2582AD
4#2C9DD1
5#4EADDA
6#72BEE1
7#95CEE9
8#B8DEF0
9#DCEFF8

Tones

Muted variations

1#113241
2#14313E
3#16303B
4#192F39
5#1C2E36
6#1E2D33
7#212C31
8#232B2E
9#262A2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F1
#E2F1F9
Light backgroundsTable row hoverSkeleton loading
200
C8E6
#C8E6F3
Secondary backgroundsInput backgroundsDividers
300
9ED2
#9ED2EA
BordersInactive statesPlaceholder text
400
6CBB
#6CBBE0
Disabled statesSecondary iconsMuted text
500
42A8
#42A8D7
Primary brand colorCTAsActive elementsLinks
600
278B
#278BB9
Hover statesFocus ringsPrimary buttons hover
700
1F6F
#1F6F93
Active/pressed statesDark mode accentsSecondary text
800
164F
#164F69
Text on light backgroundsHeadingsStrong borders
900
0E33
#0E3343
Primary textHigh emphasis contentDark headings
950
0920
#09202A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F9FC;
  --charcoal-100: #E2F1F9;
  --charcoal-200: #C8E6F3;
  --charcoal-300: #9ED2EA;
  --charcoal-400: #6CBBE0;
  --charcoal-500: #42A8D7;
  --charcoal-600: #278BB9;
  --charcoal-700: #1F6F93;
  --charcoal-800: #164F69;
  --charcoal-900: #0E3343;
  --charcoal-950: #09202A;
}
Generate More ShadesCreate PaletteConvert Color