Charcoal

#052A4D

Blue

Color Codes

All color formats for development

HEX
#052A4D
RGB
rgb(5, 42, 77)
HSL
hsl(209, 88%, 16%)
OKLCH
oklch(0.282 0.076 251.5)
CMYK
cmyk(94%, 45%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

14.53:1

AA AAA

On Black Background

1.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DDEE
200
#C1DF
300
#91C6
400
#57A8
500
#2790
600
#0D73
700
#0B5C
800
#0842
900
#052A
950
#031A

Shades

Darker variations

1#042645
2#04223D
3#031D36
4#03192E
5#021526
6#02111F
7#010D17
8#01080F
9#000408

Tints

Lighter variations

1#074075
2#0A569D
3#0D6CC6
4#0F82EE
5#3697F2
6#5EACF5
7#86C1F7
8#AED5FA
9#D7EAFC

Tones

Muted variations

1#082A49
2#0C2A46
3#102A42
4#132A3E
5#17293B
6#1A2937
7#1E2934
8#222930
9#25292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEE
#DDEEFD
Light backgroundsTable row hoverSkeleton loading
200
C1DF
#C1DFFB
Secondary backgroundsInput backgroundsDividers
300
91C6
#91C6F8
BordersInactive statesPlaceholder text
400
57A8
#57A8F4
Disabled statesSecondary iconsMuted text
500
2790
#2790F1
Primary brand colorCTAsActive elementsLinks
600
0D73
#0D73D3
Hover statesFocus ringsPrimary buttons hover
700
0B5C
#0B5CA8
Active/pressed statesDark mode accentsSecondary text
800
0842
#084278
Text on light backgroundsHeadingsStrong borders
900
052A
#052A4D
Primary textHigh emphasis contentDark headings
950
031A
#031A30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FE;
  --charcoal-100: #DDEEFD;
  --charcoal-200: #C1DFFB;
  --charcoal-300: #91C6F8;
  --charcoal-400: #57A8F4;
  --charcoal-500: #2790F1;
  --charcoal-600: #0D73D3;
  --charcoal-700: #0B5CA8;
  --charcoal-800: #084278;
  --charcoal-900: #052A4D;
  --charcoal-950: #031A30;
}
Generate More ShadesCreate PaletteConvert Color