Charcoal

#435070

Blue

Color Codes

All color formats for development

HEX
#435070
RGB
rgb(67, 80, 112)
HSL
hsl(223, 25%, 35%)
OKLCH
oklch(0.434 0.056 267.1)
CMYK
cmyk(40%, 29%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

8.01:1

AA AAA

On Black Background

2.62:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E9EB
200
#D6DA
300
#B6BE
400
#8F9C
500
#7080
600
#5464
700
#4350
800
#3039
900
#1F24
950
#1317

Shades

Darker variations

1#3C4864
2#364059
3#2F384E
4#283043
5#212838
6#1B202D
7#141821
8#0D1016
9#07080B

Tints

Lighter variations

1#4F5E84
2#5C6D99
3#6E7EA8
4#8391B4
5#97A3C1
6#ACB6CD
7#C1C8DA
8#D6DAE6
9#EAEDF3

Tones

Muted variations

1#45516D
2#47526B
3#4A5269
4#4C5367
5#4E5464
6#505562
7#535660
8#55575E
9#57585B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EB
#E9EBF2
Light backgroundsTable row hoverSkeleton loading
200
D6DA
#D6DAE6
Secondary backgroundsInput backgroundsDividers
300
B6BE
#B6BED3
BordersInactive statesPlaceholder text
400
8F9C
#8F9CBC
Disabled statesSecondary iconsMuted text
500
7080
#7080A9
Primary brand colorCTAsActive elementsLinks
600
5464
#54648C
Hover statesFocus ringsPrimary buttons hover
700
4350
#435070
Active/pressed statesDark mode accentsSecondary text
800
3039
#303950
Text on light backgroundsHeadingsStrong borders
900
1F24
#1F2433
Primary textHigh emphasis contentDark headings
950
1317
#131720
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7F9;
  --charcoal-100: #E9EBF2;
  --charcoal-200: #D6DAE6;
  --charcoal-300: #B6BED3;
  --charcoal-400: #8F9CBC;
  --charcoal-500: #7080A9;
  --charcoal-600: #54648C;
  --charcoal-700: #435070;
  --charcoal-800: #303950;
  --charcoal-900: #1F2433;
  --charcoal-950: #131720;
}
Generate More ShadesCreate PaletteConvert Color