Charcoal

#1F2060

Blue

Color Codes

All color formats for development

HEX
#1F2060
RGB
rgb(31, 32, 96)
HSL
hsl(239, 51%, 25%)
OKLCH
oklch(0.288 0.111 276.2)
CMYK
cmyk(68%, 67%, 0%, 62%)

Accessibility

WCAG contrast compliance

On White Background

14.65:1

AA AAA

On Black Background

1.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E4
200
#CDCE
300
#A6A7
400
#787A
500
#5254
600
#3739
700
#2C2D
800
#1F20
900
#1415
950
#0C0D

Shades

Darker variations

1#1C1D57
2#191A4D
3#161743
4#13133A
5#101030
6#0C0D27
7#090A1D
8#060613
9#03030A

Tints

Lighter variations

1#292A7D
2#32349A
3#3B3DB7
4#5254C7
5#6F70D0
6#8B8DDA
7#A8A9E3
8#C5C6EC
9#E2E2F6

Tones

Muted variations

1#22235D
2#26275A
3#292A57
4#2C2D53
5#2F3050
6#33334D
7#36364A
8#393946
9#3C3D43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E4
#E4E4F6
Light backgroundsTable row hoverSkeleton loading
200
CDCE
#CDCEEF
Secondary backgroundsInput backgroundsDividers
300
A6A7
#A6A7E2
BordersInactive statesPlaceholder text
400
787A
#787AD3
Disabled statesSecondary iconsMuted text
500
5254
#5254C7
Primary brand colorCTAsActive elementsLinks
600
3739
#3739A9
Hover statesFocus ringsPrimary buttons hover
700
2C2D
#2C2D87
Active/pressed statesDark mode accentsSecondary text
800
1F20
#1F2060
Text on light backgroundsHeadingsStrong borders
900
1415
#14153E
Primary textHigh emphasis contentDark headings
950
0C0D
#0C0D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F4FB;
  --charcoal-100: #E4E4F6;
  --charcoal-200: #CDCEEF;
  --charcoal-300: #A6A7E2;
  --charcoal-400: #787AD3;
  --charcoal-500: #5254C7;
  --charcoal-600: #3739A9;
  --charcoal-700: #2C2D87;
  --charcoal-800: #1F2060;
  --charcoal-900: #14153E;
  --charcoal-950: #0C0D27;
}
Generate More ShadesCreate PaletteConvert Color