Charcoal

#38527A

Blue

Color Codes

All color formats for development

HEX
#38527A
RGB
rgb(56, 82, 122)
HSL
hsl(216, 37%, 35%)
OKLCH
oklch(0.436 0.074 258.8)
CMYK
cmyk(54%, 33%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

7.91:1

AA AAA

On Black Background

2.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D2DB
300
#AFC0
400
#859F
500
#6284
600
#4768
700
#3853
800
#283B
900
#1A26
950
#1018

Shades

Darker variations

1#334A6E
2#2D4262
3#273A56
4#223249
5#1C293D
6#162131
7#111925
8#0B1118
9#06080C

Tints

Lighter variations

1#436291
2#4D71A8
3#6082B6
4#7794C0
5#8DA6CB
6#A4B8D5
7#BBCAE0
8#D2DBEA
9#E8EDF5

Tones

Muted variations

1#3C5377
2#3F5474
3#425570
4#45556D
5#49566A
6#4C5766
7#4F5763
8#535860
9#56595D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7EC
#E7ECF4
Light backgroundsTable row hoverSkeleton loading
200
D2DB
#D2DBEA
Secondary backgroundsInput backgroundsDividers
300
AFC0
#AFC0DA
BordersInactive statesPlaceholder text
400
859F
#859FC7
Disabled statesSecondary iconsMuted text
500
6284
#6284B7
Primary brand colorCTAsActive elementsLinks
600
4768
#47689A
Hover statesFocus ringsPrimary buttons hover
700
3853
#38537A
Active/pressed statesDark mode accentsSecondary text
800
283B
#283B57
Text on light backgroundsHeadingsStrong borders
900
1A26
#1A2638
Primary textHigh emphasis contentDark headings
950
1018
#101823
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F7FA;
  --charcoal-100: #E7ECF4;
  --charcoal-200: #D2DBEA;
  --charcoal-300: #AFC0DA;
  --charcoal-400: #859FC7;
  --charcoal-500: #6284B7;
  --charcoal-600: #47689A;
  --charcoal-700: #38537A;
  --charcoal-800: #283B57;
  --charcoal-900: #1A2638;
  --charcoal-950: #101823;
}
Generate More ShadesCreate PaletteConvert Color