Charcoal

#14243D

Blue

Color Codes

All color formats for development

HEX
#14243D
RGB
rgb(20, 36, 61)
HSL
hsl(217, 51%, 16%)
OKLCH
oklch(0.26 0.052 259)
CMYK
cmyk(67%, 41%, 0%, 76%)

Accessibility

WCAG contrast compliance

On White Background

15.56:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E4EB
200
#CDDA
300
#A6BD
400
#789B
500
#527F
600
#3763
700
#2C4F
800
#1F38
900
#1424
950
#0C16

Shades

Darker variations

1#122037
2#101D31
3#0E192B
4#0C1625
5#0A121F
6#080E19
7#060B12
8#04070C
9#020406

Tints

Lighter variations

1#1E375E
2#294A7E
3#335D9F
4#3E6FBF
5#5D87CB
6#7E9FD5
7#9EB7E0
8#BECFEA
9#DFE7F5

Tones

Muted variations

1#16243C
2#182539
3#1A2537
4#1C2635
5#1E2633
6#202731
7#23272F
8#25282D
9#27282B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF6
Light backgroundsTable row hoverSkeleton loading
200
CDDA
#CDDAEF
Secondary backgroundsInput backgroundsDividers
300
A6BD
#A6BDE2
BordersInactive statesPlaceholder text
400
789B
#789BD3
Disabled statesSecondary iconsMuted text
500
527F
#527FC7
Primary brand colorCTAsActive elementsLinks
600
3763
#3763A9
Hover statesFocus ringsPrimary buttons hover
700
2C4F
#2C4F87
Active/pressed statesDark mode accentsSecondary text
800
1F38
#1F3860
Text on light backgroundsHeadingsStrong borders
900
1424
#14243E
Primary textHigh emphasis contentDark headings
950
0C16
#0C1627
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F6FB;
  --charcoal-100: #E4EBF6;
  --charcoal-200: #CDDAEF;
  --charcoal-300: #A6BDE2;
  --charcoal-400: #789BD3;
  --charcoal-500: #527FC7;
  --charcoal-600: #3763A9;
  --charcoal-700: #2C4F87;
  --charcoal-800: #1F3860;
  --charcoal-900: #14243E;
  --charcoal-950: #0C1627;
}
Generate More ShadesCreate PaletteConvert Color