Charcoal

#264759

Blue

Color Codes

All color formats for development

HEX
#264759
RGB
rgb(38, 71, 89)
HSL
hsl(201, 40%, 25%)
OKLCH
oklch(0.381 0.049 234)
CMYK
cmyk(57%, 20%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

9.87:1

AA AAA

On Black Background

2.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EF
200
#D1E2
300
#ADCB
400
#82B0
500
#5E9A
600
#437E
700
#3664
800
#2647
900
#182E
950
#0F1D

Shades

Darker variations

1#224050
2#1F3947
3#1B323E
4#172B36
5#13242D
6#0F1D24
7#0B151B
8#080E12
9#040709

Tints

Lighter variations

1#325D74
2#3D728F
3#4988AA
4#5E9ABA
5#79ABC6
6#94BCD1
7#AFCDDD
8#C9DDE8
9#E4EEF4

Tones

Muted variations

1#294757
2#2B4654
3#2E4552
4#30444F
5#33444D
6#36434A
7#384247
8#3B4145
9#3D4142

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EF
#E6EFF4
Light backgroundsTable row hoverSkeleton loading
200
D1E2
#D1E2EB
Secondary backgroundsInput backgroundsDividers
300
ADCB
#ADCBDC
BordersInactive statesPlaceholder text
400
82B0
#82B0C9
Disabled statesSecondary iconsMuted text
500
5E9A
#5E9ABA
Primary brand colorCTAsActive elementsLinks
600
437E
#437E9D
Hover statesFocus ringsPrimary buttons hover
700
3664
#36647D
Active/pressed statesDark mode accentsSecondary text
800
2647
#264759
Text on light backgroundsHeadingsStrong borders
900
182E
#182E39
Primary textHigh emphasis contentDark headings
950
0F1D
#0F1D24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F8FA;
  --charcoal-100: #E6EFF4;
  --charcoal-200: #D1E2EB;
  --charcoal-300: #ADCBDC;
  --charcoal-400: #82B0C9;
  --charcoal-500: #5E9ABA;
  --charcoal-600: #437E9D;
  --charcoal-700: #36647D;
  --charcoal-800: #264759;
  --charcoal-900: #182E39;
  --charcoal-950: #0F1D24;
}
Generate More ShadesCreate PaletteConvert Color