Charcoal

#1E2D33

Blue

Color Codes

All color formats for development

HEX
#1E2D33
RGB
rgb(30, 45, 51)
HSL
hsl(197, 26%, 16%)
OKLCH
oklch(0.286 0.023 224.7)
CMYK
cmyk(41%, 12%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.20:1

AA AAA

On Black Background

1.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EF
200
#D5E2
300
#B5CB
400
#8FB0
500
#6E99
600
#537D
700
#4263
800
#2F47
900
#1E2D
950
#131C

Shades

Darker variations

1#1B292E
2#182429
3#152024
4#121B1F
5#0F171A
6#0C1215
7#090E0F
8#06090A
9#030505

Tints

Lighter variations

1#2E454E
2#3E5D69
3#4E7584
4#5E8D9F
5#78A0B0
6#93B3C0
7#AEC6CF
8#C9D9DF
9#E4ECEF

Tones

Muted variations

1#1F2D32
2#202C31
3#212C30
4#222C2F
5#232B2E
6#252B2D
7#262A2C
8#272A2B
9#28292A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF2
Light backgroundsTable row hoverSkeleton loading
200
D5E2
#D5E2E6
Secondary backgroundsInput backgroundsDividers
300
B5CB
#B5CBD4
BordersInactive statesPlaceholder text
400
8FB0
#8FB0BD
Disabled statesSecondary iconsMuted text
500
6E99
#6E99AA
Primary brand colorCTAsActive elementsLinks
600
537D
#537D8D
Hover statesFocus ringsPrimary buttons hover
700
4263
#426370
Active/pressed statesDark mode accentsSecondary text
800
2F47
#2F4750
Text on light backgroundsHeadingsStrong borders
900
1E2D
#1E2D33
Primary textHigh emphasis contentDark headings
950
131C
#131C20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F8F9;
  --charcoal-100: #E9EFF2;
  --charcoal-200: #D5E2E6;
  --charcoal-300: #B5CBD4;
  --charcoal-400: #8FB0BD;
  --charcoal-500: #6E99AA;
  --charcoal-600: #537D8D;
  --charcoal-700: #426370;
  --charcoal-800: #2F4750;
  --charcoal-900: #1E2D33;
  --charcoal-950: #131C20;
}
Generate More ShadesCreate PaletteConvert Color