Charcoal

#26435A

Blue

Color Codes

All color formats for development

HEX
#26435A
RGB
rgb(38, 67, 90)
HSL
hsl(207, 41%, 25%)
OKLCH
oklch(0.371 0.053 243.8)
CMYK
cmyk(58%, 26%, 0%, 65%)

Accessibility

WCAG contrast compliance

On White Background

10.33:1

AA AAA

On Black Background

2.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E6EE
200
#D0DF
300
#ACC7
400
#81A9
500
#5D91
600
#4275
700
#355D
800
#2642
900
#182A
950
#0F1B

Shades

Darker variations

1#223C51
2#1E3548
3#1A2E3F
4#172836
5#13212D
6#0F1B24
7#0B141B
8#080D12
9#040709

Tints

Lighter variations

1#315675
2#3C6A90
3#477EAB
4#5D91BB
5#78A3C7
6#93B6D2
7#AEC8DD
8#C9DAE8
9#E4EDF4

Tones

Muted variations

1#284257
2#2B4255
3#2D4252
4#30414F
5#33414D
6#35414A
7#384148
8#3B4045
9#3D4042

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E6EE
#E6EEF4
Light backgroundsTable row hoverSkeleton loading
200
D0DF
#D0DFEB
Secondary backgroundsInput backgroundsDividers
300
ACC7
#ACC7DC
BordersInactive statesPlaceholder text
400
81A9
#81A9CA
Disabled statesSecondary iconsMuted text
500
5D91
#5D91BB
Primary brand colorCTAsActive elementsLinks
600
4275
#42759E
Hover statesFocus ringsPrimary buttons hover
700
355D
#355D7E
Active/pressed statesDark mode accentsSecondary text
800
2642
#26425A
Text on light backgroundsHeadingsStrong borders
900
182A
#182A3A
Primary textHigh emphasis contentDark headings
950
0F1B
#0F1B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F8FA;
  --charcoal-100: #E6EEF4;
  --charcoal-200: #D0DFEB;
  --charcoal-300: #ACC7DC;
  --charcoal-400: #81A9CA;
  --charcoal-500: #5D91BB;
  --charcoal-600: #42759E;
  --charcoal-700: #355D7E;
  --charcoal-800: #26425A;
  --charcoal-900: #182A3A;
  --charcoal-950: #0F1B24;
}
Generate More ShadesCreate PaletteConvert Color