Charcoal

#1E2762

Blue

Color Codes

All color formats for development

HEX
#1E2762
RGB
rgb(30, 39, 98)
HSL
hsl(232, 53%, 25%)
OKLCH
oklch(0.303 0.104 272.1)
CMYK
cmyk(69%, 60%, 0%, 62%)

Accessibility

WCAG contrast compliance

On White Background

13.80:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E4E6
200
#CCD1
300
#A5AE
400
#7683
500
#4F60
600
#3545
700
#2A37
800
#1E27
900
#1319
950
#0C10

Shades

Darker variations

1#1B2358
2#181F4E
3#151B44
4#12173B
5#0F1331
6#0C1027
7#090C1D
8#060814
9#03040A

Tints

Lighter variations

1#27337F
2#303E9C
3#394AB9
4#4F60C9
5#6D7AD2
6#8A95DB
7#A7AFE4
8#C4CAED
9#E2E4F6

Tones

Muted variations

1#21295E
2#252C5B
3#282E57
4#2B3154
5#2F3351
6#32364D
7#36384A
8#393B47
9#3C3D43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E6
#E4E6F7
Light backgroundsTable row hoverSkeleton loading
200
CCD1
#CCD1EF
Secondary backgroundsInput backgroundsDividers
300
A5AE
#A5AEE3
BordersInactive statesPlaceholder text
400
7683
#7683D5
Disabled statesSecondary iconsMuted text
500
4F60
#4F60C9
Primary brand colorCTAsActive elementsLinks
600
3545
#3545AC
Hover statesFocus ringsPrimary buttons hover
700
2A37
#2A3789
Active/pressed statesDark mode accentsSecondary text
800
1E27
#1E2762
Text on light backgroundsHeadingsStrong borders
900
1319
#13193E
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: #F3F4FB;
  --charcoal-100: #E4E6F7;
  --charcoal-200: #CCD1EF;
  --charcoal-300: #A5AEE3;
  --charcoal-400: #7683D5;
  --charcoal-500: #4F60C9;
  --charcoal-600: #3545AC;
  --charcoal-700: #2A3789;
  --charcoal-800: #1E2762;
  --charcoal-900: #13193E;
  --charcoal-950: #0C1027;
}
Generate More ShadesCreate PaletteConvert Color