Charcoal

#1E2862

Blue

Color Codes

All color formats for development

HEX
#1E2862
RGB
rgb(30, 40, 98)
HSL
hsl(231, 53%, 25%)
OKLCH
oklch(0.306 0.103 271.6)
CMYK
cmyk(69%, 59%, 0%, 62%)

Accessibility

WCAG contrast compliance

On White Background

13.68:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E4E7
200
#CCD2
300
#A5AF
400
#7685
500
#4F62
600
#3547
700
#2A38
800
#1E28
900
#131A
950
#0C10

Shades

Darker variations

1#1B2458
2#18204E
3#151C44
4#12183B
5#0F1431
6#0C1027
7#090C1D
8#060814
9#03040A

Tints

Lighter variations

1#27347F
2#30409C
3#394CB9
4#4F62C9
5#6D7CD2
6#8A96DB
7#A7B0E4
8#C4CBED
9#E2E5F6

Tones

Muted variations

1#212A5E
2#252D5B
3#282F57
4#2B3254
5#2F3451
6#32364D
7#36394A
8#393B47
9#3C3D43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E7
#E4E7F7
Light backgroundsTable row hoverSkeleton loading
200
CCD2
#CCD2EF
Secondary backgroundsInput backgroundsDividers
300
A5AF
#A5AFE3
BordersInactive statesPlaceholder text
400
7685
#7685D5
Disabled statesSecondary iconsMuted text
500
4F62
#4F62C9
Primary brand colorCTAsActive elementsLinks
600
3547
#3547AC
Hover statesFocus ringsPrimary buttons hover
700
2A38
#2A3889
Active/pressed statesDark mode accentsSecondary text
800
1E28
#1E2862
Text on light backgroundsHeadingsStrong borders
900
131A
#131A3E
Primary textHigh emphasis contentDark headings
950
0C10
#0C1027
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3F5FB;
  --charcoal-100: #E4E7F7;
  --charcoal-200: #CCD2EF;
  --charcoal-300: #A5AFE3;
  --charcoal-400: #7685D5;
  --charcoal-500: #4F62C9;
  --charcoal-600: #3547AC;
  --charcoal-700: #2A3889;
  --charcoal-800: #1E2862;
  --charcoal-900: #131A3E;
  --charcoal-950: #0C1027;
}
Generate More ShadesCreate PaletteConvert Color