Charcoal

#1D2634

Blue

Color Codes

All color formats for development

HEX
#1D2634
RGB
rgb(29, 38, 52)
HSL
hsl(217, 28%, 16%)
OKLCH
oklch(0.267 0.029 259.1)
CMYK
cmyk(44%, 27%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

15.23:1

AA AAA

On Black Background

1.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E8EC
200
#D5DC
300
#B4C1
400
#8DA0
500
#6C85
600
#5169
700
#4053
800
#2E3C
900
#1D26
950
#1218

Shades

Darker variations

1#1A222F
2#181F2A
3#151B25
4#12171F
5#0F131A
6#0C0F15
7#090B10
8#06080A
9#030405

Tints

Lighter variations

1#2D3A50
2#3C4E6B
3#4C6286
4#5B76A2
5#768DB2
6#91A4C1
7#ADBBD1
8#C8D1E0
9#E4E8F0

Tones

Muted variations

1#1F2633
2#202732
3#212731
4#222730
5#23272F
6#24282D
7#25282C
8#27282B
9#28292A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EC
#E8ECF2
Light backgroundsTable row hoverSkeleton loading
200
D5DC
#D5DCE7
Secondary backgroundsInput backgroundsDividers
300
B4C1
#B4C1D5
BordersInactive statesPlaceholder text
400
8DA0
#8DA0BF
Disabled statesSecondary iconsMuted text
500
6C85
#6C85AC
Primary brand colorCTAsActive elementsLinks
600
5169
#516990
Hover statesFocus ringsPrimary buttons hover
700
4053
#405372
Active/pressed statesDark mode accentsSecondary text
800
2E3C
#2E3C52
Text on light backgroundsHeadingsStrong borders
900
1D26
#1D2634
Primary textHigh emphasis contentDark headings
950
1218
#121821
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E8ECF2;
  --charcoal-200: #D5DCE7;
  --charcoal-300: #B4C1D5;
  --charcoal-400: #8DA0BF;
  --charcoal-500: #6C85AC;
  --charcoal-600: #516990;
  --charcoal-700: #405372;
  --charcoal-800: #2E3C52;
  --charcoal-900: #1D2634;
  --charcoal-950: #121821;
}
Generate More ShadesCreate PaletteConvert Color