Charcoal

#191D39

Blue

Color Codes

All color formats for development

HEX
#191D39
RGB
rgb(25, 29, 57)
HSL
hsl(233, 39%, 16%)
OKLCH
oklch(0.243 0.053 275.5)
CMYK
cmyk(56%, 49%, 0%, 78%)

Accessibility

WCAG contrast compliance

On White Background

16.46:1

AA AAA

On Black Background

1.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E8
200
#D1D4
300
#ADB3
400
#838B
500
#5F6A
600
#444F
700
#363F
800
#272D
900
#191D
950
#1012

Shades

Darker variations

1#161A33
2#14172D
3#111428
4#0F1122
5#0C0E1C
6#0A0B17
7#070911
8#05060B
9#020306

Tints

Lighter variations

1#262C56
2#333B74
3#404A92
4#4D59B0
5#6A74BE
6#8890CB
7#A6ACD8
8#C3C7E5
9#E1E3F2

Tones

Muted variations

1#1A1E37
2#1C1F36
3#1E2034
4#1F2132
5#212331
6#22242F
7#24252E
8#26262C
9#27282A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E8
#E6E8F4
Light backgroundsTable row hoverSkeleton loading
200
D1D4
#D1D4EB
Secondary backgroundsInput backgroundsDividers
300
ADB3
#ADB3DB
BordersInactive statesPlaceholder text
400
838B
#838BC9
Disabled statesSecondary iconsMuted text
500
5F6A
#5F6AB9
Primary brand colorCTAsActive elementsLinks
600
444F
#444F9C
Hover statesFocus ringsPrimary buttons hover
700
363F
#363F7C
Active/pressed statesDark mode accentsSecondary text
800
272D
#272D59
Text on light backgroundsHeadingsStrong borders
900
191D
#191D39
Primary textHigh emphasis contentDark headings
950
1012
#101223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F4F5FA;
  --charcoal-100: #E6E8F4;
  --charcoal-200: #D1D4EB;
  --charcoal-300: #ADB3DB;
  --charcoal-400: #838BC9;
  --charcoal-500: #5F6AB9;
  --charcoal-600: #444F9C;
  --charcoal-700: #363F7C;
  --charcoal-800: #272D59;
  --charcoal-900: #191D39;
  --charcoal-950: #101223;
}
Generate More ShadesCreate PaletteConvert Color