Charcoal

#1D2C35

Blue

Color Codes

All color formats for development

HEX
#1D2C35
RGB
rgb(29, 44, 53)
HSL
hsl(203, 29%, 16%)
OKLCH
oklch(0.284 0.026 235.3)
CMYK
cmyk(45%, 17%, 0%, 79%)

Accessibility

WCAG contrast compliance

On White Background

14.35:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E8EE
200
#D4E0
300
#B3C8
400
#8CAC
500
#6B94
600
#5078
700
#3F5F
800
#2D44
900
#1D2C
950
#121B

Shades

Darker variations

1#1A272F
2#17232A
3#141E25
4#111A20
5#0E161A
6#0C1115
7#090D10
8#06090B
9#030405

Tints

Lighter variations

1#2C4250
2#3B596C
3#4B7088
4#5A87A3
5#759BB3
6#90AFC2
7#ACC3D1
8#C8D7E1
9#E3EBF0

Tones

Muted variations

1#1E2B33
2#1F2B32
3#212B31
4#222A30
5#232A2F
6#242A2E
7#252A2C
8#26292B
9#28292A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8FA
BackgroundsSubtle highlightsCard backgrounds
100
E8EE
#E8EEF2
Light backgroundsTable row hoverSkeleton loading
200
D4E0
#D4E0E7
Secondary backgroundsInput backgroundsDividers
300
B3C8
#B3C8D5
BordersInactive statesPlaceholder text
400
8CAC
#8CACC0
Disabled statesSecondary iconsMuted text
500
6B94
#6B94AE
Primary brand colorCTAsActive elementsLinks
600
5078
#507891
Hover statesFocus ringsPrimary buttons hover
700
3F5F
#3F5F73
Active/pressed statesDark mode accentsSecondary text
800
2D44
#2D4452
Text on light backgroundsHeadingsStrong borders
900
1D2C
#1D2C35
Primary textHigh emphasis contentDark headings
950
121B
#121B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8FA;
  --charcoal-100: #E8EEF2;
  --charcoal-200: #D4E0E7;
  --charcoal-300: #B3C8D5;
  --charcoal-400: #8CACC0;
  --charcoal-500: #6B94AE;
  --charcoal-600: #507891;
  --charcoal-700: #3F5F73;
  --charcoal-800: #2D4452;
  --charcoal-900: #1D2C35;
  --charcoal-950: #121B21;
}
Generate More ShadesCreate PaletteConvert Color