Charcoal

#0E2A43

Blue

Color Codes

All color formats for development

HEX
#0E2A43
RGB
rgb(14, 42, 67)
HSL
hsl(208, 65%, 16%)
OKLCH
oklch(0.278 0.057 248.4)
CMYK
cmyk(79%, 37%, 0%, 74%)

Accessibility

WCAG contrast compliance

On White Background

14.68:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E2EE
200
#C8DF
300
#9EC7
400
#6CAA
500
#4291
600
#2775
700
#1F5D
800
#1643
900
#0E2B
950
#091B

Shades

Darker variations

1#0D263D
2#0B2236
3#0A1E2F
4#091A28
5#071522
6#06111B
7#040D14
8#03090D
9#010407

Tints

Lighter variations

1#164167
2#1D578A
3#256EAD
4#2C84D1
5#4E99DA
6#72ADE1
7#95C2E9
8#B8D6F0
9#DCEBF8

Tones

Muted variations

1#112A41
2#142A3E
3#162A3B
4#192A39
5#1C2A36
6#1E2A33
7#212931
8#23292E
9#26292B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EE
#E2EEF9
Light backgroundsTable row hoverSkeleton loading
200
C8DF
#C8DFF3
Secondary backgroundsInput backgroundsDividers
300
9EC7
#9EC7EA
BordersInactive statesPlaceholder text
400
6CAA
#6CAAE0
Disabled statesSecondary iconsMuted text
500
4291
#4291D7
Primary brand colorCTAsActive elementsLinks
600
2775
#2775B9
Hover statesFocus ringsPrimary buttons hover
700
1F5D
#1F5D93
Active/pressed statesDark mode accentsSecondary text
800
1643
#164369
Text on light backgroundsHeadingsStrong borders
900
0E2B
#0E2B43
Primary textHigh emphasis contentDark headings
950
091B
#091B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F8FC;
  --charcoal-100: #E2EEF9;
  --charcoal-200: #C8DFF3;
  --charcoal-300: #9EC7EA;
  --charcoal-400: #6CAAE0;
  --charcoal-500: #4291D7;
  --charcoal-600: #2775B9;
  --charcoal-700: #1F5D93;
  --charcoal-800: #164369;
  --charcoal-900: #0E2B43;
  --charcoal-950: #091B2A;
}
Generate More ShadesCreate PaletteConvert Color