Charcoal

#416171

Blue

Color Codes

All color formats for development

HEX
#416171
RGB
rgb(65, 97, 113)
HSL
hsl(200, 27%, 35%)
OKLCH
oklch(0.474 0.045 230.6)
CMYK
cmyk(42%, 14%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.62:1

AA AAA

On Black Background

3.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EF
200
#D5E1
300
#B5CA
400
#8EAE
500
#6D97
600
#527A
700
#4161
800
#2F45
900
#1E2C
950
#131C

Shades

Darker variations

1#3B5866
2#344E5B
3#2E444F
4#273A44
5#213139
6#1A272D
7#141D22
8#0D1317
9#070A0B

Tints

Lighter variations

1#4D7386
2#59859B
3#6C95AA
4#81A5B6
5#96B4C3
6#ABC3CF
7#C0D2DB
8#D5E1E7
9#EAF0F3

Tones

Muted variations

1#44606F
2#46606D
3#485F6A
4#4B5E68
5#4D5D65
6#505C63
7#525C60
8#545B5E
9#575A5C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E8EF
#E8EFF2
Light backgroundsTable row hoverSkeleton loading
200
D5E1
#D5E1E7
Secondary backgroundsInput backgroundsDividers
300
B5CA
#B5CAD4
BordersInactive statesPlaceholder text
400
8EAE
#8EAEBE
Disabled statesSecondary iconsMuted text
500
6D97
#6D97AB
Primary brand colorCTAsActive elementsLinks
600
527A
#527A8E
Hover statesFocus ringsPrimary buttons hover
700
4161
#416171
Active/pressed statesDark mode accentsSecondary text
800
2F45
#2F4551
Text on light backgroundsHeadingsStrong borders
900
1E2C
#1E2C34
Primary textHigh emphasis contentDark headings
950
131C
#131C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8F9;
  --charcoal-100: #E8EFF2;
  --charcoal-200: #D5E1E7;
  --charcoal-300: #B5CAD4;
  --charcoal-400: #8EAEBE;
  --charcoal-500: #6D97AB;
  --charcoal-600: #527A8E;
  --charcoal-700: #416171;
  --charcoal-800: #2F4551;
  --charcoal-900: #1E2C34;
  --charcoal-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color