Charcoal

#283A57

Blue

Color Codes

All color formats for development

HEX
#283A57
RGB
rgb(40, 58, 87)
HSL
hsl(217, 37%, 25%)
OKLCH
oklch(0.347 0.056 259.6)
CMYK
cmyk(54%, 33%, 0%, 66%)

Accessibility

WCAG contrast compliance

On White Background

11.46:1

AA AAA

On Black Background

1.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7EC
200
#D2DB
300
#AFBF
400
#859E
500
#6282
600
#4767
700
#3852
800
#283A
900
#1A25
950
#1017

Shades

Darker variations

1#24344F
2#202F46
3#1C293D
4#182334
5#141D2C
6#101723
7#0C111A
8#080C11
9#040609

Tints

Lighter variations

1#344C72
2#405D8C
3#4C6FA6
4#6282B7
5#7C97C3
6#96ACCF
7#B0C1DB
8#CBD5E7
9#E5EAF3

Tones

Muted variations

1#2B3B55
2#2D3B53
3#2F3C50
4#323C4E
5#343D4C
6#363E49
7#393E47
8#3B3F44
9#3D3F42

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
AFBF
#AFBFDA
BordersInactive statesPlaceholder text
400
859E
#859EC7
Disabled statesSecondary iconsMuted text
500
6282
#6282B7
Primary brand colorCTAsActive elementsLinks
600
4767
#47679A
Hover statesFocus ringsPrimary buttons hover
700
3852
#38527A
Active/pressed statesDark mode accentsSecondary text
800
283A
#283A57
Text on light backgroundsHeadingsStrong borders
900
1A25
#1A2538
Primary textHigh emphasis contentDark headings
950
1017
#101723
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: #AFBFDA;
  --charcoal-400: #859EC7;
  --charcoal-500: #6282B7;
  --charcoal-600: #47679A;
  --charcoal-700: #38527A;
  --charcoal-800: #283A57;
  --charcoal-900: #1A2538;
  --charcoal-950: #101723;
}
Generate More ShadesCreate PaletteConvert Color