Charcoal

#0E4871

Blue

Color Codes

All color formats for development

HEX
#0E4871
RGB
rgb(14, 72, 113)
HSL
hsl(205, 78%, 25%)
OKLCH
oklch(0.388 0.09 245.3)
CMYK
cmyk(88%, 36%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

9.62:1

AA AAA

On Black Background

2.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C4E2
300
#97CC
400
#60B1
500
#339B
600
#197F
700
#1465
800
#0E48
900
#092E
950
#061D

Shades

Darker variations

1#0D4166
2#0B3A5B
3#0A324F
4#082B44
5#072439
6#061D2D
7#041622
8#030E17
9#01070B

Tints

Lighter variations

1#125E94
2#1673B6
3#1B89D8
4#339BE6
5#55ACEA
6#77BCEE
7#99CDF2
8#BBDEF7
9#DDEEFB

Tones

Muted variations

1#13476D
2#184668
3#1D4663
4#22455E
5#274459
6#2C4354
7#31424F
8#36414A
9#3B4145

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C4E2
#C4E2F8
Secondary backgroundsInput backgroundsDividers
300
97CC
#97CCF2
BordersInactive statesPlaceholder text
400
60B1
#60B1EB
Disabled statesSecondary iconsMuted text
500
339B
#339BE6
Primary brand colorCTAsActive elementsLinks
600
197F
#197FC8
Hover statesFocus ringsPrimary buttons hover
700
1465
#14659F
Active/pressed statesDark mode accentsSecondary text
800
0E48
#0E4871
Text on light backgroundsHeadingsStrong borders
900
092E
#092E49
Primary textHigh emphasis contentDark headings
950
061D
#061D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEFFB;
  --charcoal-200: #C4E2F8;
  --charcoal-300: #97CCF2;
  --charcoal-400: #60B1EB;
  --charcoal-500: #339BE6;
  --charcoal-600: #197FC8;
  --charcoal-700: #14659F;
  --charcoal-800: #0E4871;
  --charcoal-900: #092E49;
  --charcoal-950: #061D2D;
}
Generate More ShadesCreate PaletteConvert Color