Charcoal

#353F4B

Blue

Color Codes

All color formats for development

HEX
#353F4B
RGB
rgb(53, 63, 75)
HSL
hsl(213, 17%, 25%)
OKLCH
oklch(0.364 0.025 253.1)
CMYK
cmyk(29%, 16%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.69:1

AA AAA

On Black Background

1.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAED
200
#D8DD
300
#BAC3
400
#97A4
500
#798A
600
#5D6E
700
#4A58
800
#353F
900
#2228
950
#1519

Shades

Darker variations

1#303843
2#2A323C
3#252C34
4#20262D
5#1A1F25
6#15191E
7#101316
8#0B0D0F
9#050607

Tints

Lighter variations

1#455161
2#556477
3#65778E
4#798AA0
5#8F9EB0
6#A5B1C0
7#BCC5CF
8#D2D8DF
9#E9ECEF

Tones

Muted variations

1#363F4A
2#373F48
3#383F47
4#393F46
5#3A3F45
6#3B3F44
7#3C3F43
8#3E4042
9#3F4041

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D8DD
#D8DDE3
Secondary backgroundsInput backgroundsDividers
300
BAC3
#BAC3CE
BordersInactive statesPlaceholder text
400
97A4
#97A4B5
Disabled statesSecondary iconsMuted text
500
798A
#798AA0
Primary brand colorCTAsActive elementsLinks
600
5D6E
#5D6E83
Hover statesFocus ringsPrimary buttons hover
700
4A58
#4A5868
Active/pressed statesDark mode accentsSecondary text
800
353F
#353F4B
Text on light backgroundsHeadingsStrong borders
900
2228
#222830
Primary textHigh emphasis contentDark headings
950
1519
#15191E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F9;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D8DDE3;
  --charcoal-300: #BAC3CE;
  --charcoal-400: #97A4B5;
  --charcoal-500: #798AA0;
  --charcoal-600: #5D6E83;
  --charcoal-700: #4A5868;
  --charcoal-800: #353F4B;
  --charcoal-900: #222830;
  --charcoal-950: #15191E;
}
Generate More ShadesCreate PaletteConvert Color