Charcoal

#363F49

Blue

Color Codes

All color formats for development

HEX
#363F49
RGB
rgb(54, 63, 73)
HSL
hsl(212, 15%, 25%)
OKLCH
oklch(0.363 0.021 251.1)
CMYK
cmyk(26%, 14%, 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
#D9DE
300
#BCC4
400
#98A5
500
#7B8B
600
#5F6F
700
#4C58
800
#363F
900
#2328
950
#1619

Shades

Darker variations

1#313942
2#2B323B
3#262C33
4#21262C
5#1B2025
6#16191D
7#101316
8#0B0D0F
9#050607

Tints

Lighter variations

1#46525F
2#576575
3#67788B
4#7B8B9D
5#919EAE
6#A7B2BE
7#BDC5CE
8#D3D8DE
9#E9ECEF

Tones

Muted variations

1#373F48
2#383F47
3#393F46
4#3A3F45
5#3B3F45
6#3C3F44
7#3D4043
8#3E4042
9#3F4041

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EAED
#EAEDF0
Light backgroundsTable row hoverSkeleton loading
200
D9DE
#D9DEE3
Secondary backgroundsInput backgroundsDividers
300
BCC4
#BCC4CD
BordersInactive statesPlaceholder text
400
98A5
#98A5B3
Disabled statesSecondary iconsMuted text
500
7B8B
#7B8B9D
Primary brand colorCTAsActive elementsLinks
600
5F6F
#5F6F81
Hover statesFocus ringsPrimary buttons hover
700
4C58
#4C5867
Active/pressed statesDark mode accentsSecondary text
800
363F
#363F49
Text on light backgroundsHeadingsStrong borders
900
2328
#23282F
Primary textHigh emphasis contentDark headings
950
1619
#16191D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F6F7F8;
  --charcoal-100: #EAEDF0;
  --charcoal-200: #D9DEE3;
  --charcoal-300: #BCC4CD;
  --charcoal-400: #98A5B3;
  --charcoal-500: #7B8B9D;
  --charcoal-600: #5F6F81;
  --charcoal-700: #4C5867;
  --charcoal-800: #363F49;
  --charcoal-900: #23282F;
  --charcoal-950: #16191D;
}
Generate More ShadesCreate PaletteConvert Color