Charcoal

#0E2A44

Blue

Color Codes

All color formats for development

HEX
#0E2A44
RGB
rgb(14, 42, 68)
HSL
hsl(209, 66%, 16%)
OKLCH
oklch(0.278 0.059 249.3)
CMYK
cmyk(79%, 38%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

14.65: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
#E1EE
200
#C8DF
300
#9EC6
400
#6BA8
500
#418F
600
#2673
700
#1E5B
800
#1641
900
#0E2A
950
#091A

Shades

Darker variations

1#0C263D
2#0B2136
3#0A1D2F
4#081929
5#071522
6#06111B
7#040D14
8#03080E
9#010407

Tints

Lighter variations

1#154067
2#1C558B
3#246BAE
4#2B81D2
5#4D96DB
6#71ABE2
7#94C0E9
8#B8D5F0
9#DBEAF8

Tones

Muted variations

1#112A41
2#132A3E
3#16293C
4#192939
5#1B2936
6#1E2934
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
E1EE
#E1EEF9
Light backgroundsTable row hoverSkeleton loading
200
C8DF
#C8DFF4
Secondary backgroundsInput backgroundsDividers
300
9EC6
#9EC6EB
BordersInactive statesPlaceholder text
400
6BA8
#6BA8E1
Disabled statesSecondary iconsMuted text
500
418F
#418FD8
Primary brand colorCTAsActive elementsLinks
600
2673
#2673BA
Hover statesFocus ringsPrimary buttons hover
700
1E5B
#1E5B94
Active/pressed statesDark mode accentsSecondary text
800
1641
#16416A
Text on light backgroundsHeadingsStrong borders
900
0E2A
#0E2A44
Primary textHigh emphasis contentDark headings
950
091A
#091A2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2F8FC;
  --charcoal-100: #E1EEF9;
  --charcoal-200: #C8DFF4;
  --charcoal-300: #9EC6EB;
  --charcoal-400: #6BA8E1;
  --charcoal-500: #418FD8;
  --charcoal-600: #2673BA;
  --charcoal-700: #1E5B94;
  --charcoal-800: #16416A;
  --charcoal-900: #0E2A44;
  --charcoal-950: #091A2A;
}
Generate More ShadesCreate PaletteConvert Color