Charcoal

#092C49

Blue

Color Codes

All color formats for development

HEX
#092C49
RGB
rgb(9, 44, 73)
HSL
hsl(207, 78%, 16%)
OKLCH
oklch(0.285 0.066 248)
CMYK
cmyk(88%, 40%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

14.30:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C4E0
300
#97C9
400
#60AD
500
#3395
600
#1979
700
#1460
800
#0E45
900
#092C
950
#061B

Shades

Darker variations

1#082841
2#07233A
3#061F33
4#051A2C
5#041624
6#04121D
7#030D16
8#02090F
9#010407

Tints

Lighter variations

1#0E436F
2#125A95
3#1771BB
4#1C88E1
5#409CE7
6#66B0EC
7#8DC4F1
8#B3D8F6
9#D9EBFA

Tones

Muted variations

1#0C2C45
2#0F2B42
3#132B3F
4#162B3C
5#192A39
6#1C2A36
7#1F2A32
8#22292F
9#26292C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C4E0
#C4E0F8
Secondary backgroundsInput backgroundsDividers
300
97C9
#97C9F2
BordersInactive statesPlaceholder text
400
60AD
#60ADEB
Disabled statesSecondary iconsMuted text
500
3395
#3395E6
Primary brand colorCTAsActive elementsLinks
600
1979
#1979C8
Hover statesFocus ringsPrimary buttons hover
700
1460
#14609F
Active/pressed statesDark mode accentsSecondary text
800
0E45
#0E4571
Text on light backgroundsHeadingsStrong borders
900
092C
#092C49
Primary textHigh emphasis contentDark headings
950
061B
#061B2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1F8FD;
  --charcoal-100: #DFEFFB;
  --charcoal-200: #C4E0F8;
  --charcoal-300: #97C9F2;
  --charcoal-400: #60ADEB;
  --charcoal-500: #3395E6;
  --charcoal-600: #1979C8;
  --charcoal-700: #14609F;
  --charcoal-800: #0E4571;
  --charcoal-900: #092C49;
  --charcoal-950: #061B2D;
}
Generate More ShadesCreate PaletteConvert Color