Charcoal

#434670

Blue

Color Codes

All color formats for development

HEX
#434670
RGB
rgb(67, 70, 112)
HSL
hsl(236, 25%, 35%)
OKLCH
oklch(0.411 0.07 279.7)
CMYK
cmyk(40%, 37%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

8.94:1

AA AAA

On Black Background

2.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F6
100
#E9E9
200
#D6D7
300
#B6B8
400
#8F92
500
#7073
600
#5458
700
#4346
800
#3032
900
#1F20
950
#1314

Shades

Darker variations

1#3C3F64
2#363859
3#2F314E
4#282A43
5#212338
6#1B1C2D
7#141521
8#0D0E16
9#07070B

Tints

Lighter variations

1#4F5384
2#5C6099
3#6E72A8
4#8386B4
5#979AC1
6#ACAECD
7#C1C3DA
8#D6D7E6
9#EAEBF3

Tones

Muted variations

1#45486D
2#474A6B
3#4A4C69
4#4C4E67
5#4E5064
6#505262
7#535360
8#55555E
9#57575B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F6
#F5F6F9
BackgroundsSubtle highlightsCard backgrounds
100
E9E9
#E9E9F2
Light backgroundsTable row hoverSkeleton loading
200
D6D7
#D6D7E6
Secondary backgroundsInput backgroundsDividers
300
B6B8
#B6B8D3
BordersInactive statesPlaceholder text
400
8F92
#8F92BC
Disabled statesSecondary iconsMuted text
500
7073
#7073A9
Primary brand colorCTAsActive elementsLinks
600
5458
#54588C
Hover statesFocus ringsPrimary buttons hover
700
4346
#434670
Active/pressed statesDark mode accentsSecondary text
800
3032
#303250
Text on light backgroundsHeadingsStrong borders
900
1F20
#1F2033
Primary textHigh emphasis contentDark headings
950
1314
#131420
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F6F9;
  --charcoal-100: #E9E9F2;
  --charcoal-200: #D6D7E6;
  --charcoal-300: #B6B8D3;
  --charcoal-400: #8F92BC;
  --charcoal-500: #7073A9;
  --charcoal-600: #54588C;
  --charcoal-700: #434670;
  --charcoal-800: #303250;
  --charcoal-900: #1F2033;
  --charcoal-950: #131420;
}
Generate More ShadesCreate PaletteConvert Color