Charcoal

#1A2338

Blue

Color Codes

All color formats for development

HEX
#1A2338
RGB
rgb(26, 35, 56)
HSL
hsl(222, 37%, 16%)
OKLCH
oklch(0.258 0.042 265.9)
CMYK
cmyk(54%, 38%, 0%, 78%)

Accessibility

WCAG contrast compliance

On White Background

15.65:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E7EB
200
#D2D9
300
#AFBC
400
#8599
500
#627B
600
#4760
700
#384C
800
#2836
900
#1A23
950
#1016

Shades

Darker variations

1#171F32
2#151C2D
3#121827
4#0F1522
5#0D111C
6#0A0E16
7#080A11
8#05070B
9#030306

Tints

Lighter variations

1#273555
2#354773
3#425A90
4#506CAD
5#6C84BC
6#8A9DC9
7#A7B5D7
8#C4CEE4
9#E2E6F2

Tones

Muted variations

1#1B2336
2#1D2435
3#1E2533
4#202532
5#212630
6#23262F
7#24272D
8#26282C
9#27282A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EB
#E7EBF4
Light backgroundsTable row hoverSkeleton loading
200
D2D9
#D2D9EA
Secondary backgroundsInput backgroundsDividers
300
AFBC
#AFBCDA
BordersInactive statesPlaceholder text
400
8599
#8599C7
Disabled statesSecondary iconsMuted text
500
627B
#627BB7
Primary brand colorCTAsActive elementsLinks
600
4760
#47609A
Hover statesFocus ringsPrimary buttons hover
700
384C
#384C7A
Active/pressed statesDark mode accentsSecondary text
800
2836
#283657
Text on light backgroundsHeadingsStrong borders
900
1A23
#1A2338
Primary textHigh emphasis contentDark headings
950
1016
#101623
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F6FA;
  --charcoal-100: #E7EBF4;
  --charcoal-200: #D2D9EA;
  --charcoal-300: #AFBCDA;
  --charcoal-400: #8599C7;
  --charcoal-500: #627BB7;
  --charcoal-600: #47609A;
  --charcoal-700: #384C7A;
  --charcoal-800: #283657;
  --charcoal-900: #1A2338;
  --charcoal-950: #101623;
}
Generate More ShadesCreate PaletteConvert Color