Charcoal

#1A3337

Cyan

Color Codes

All color formats for development

HEX
#1A3337
RGB
rgb(26, 51, 55)
HSL
hsl(188, 36%, 16%)
OKLCH
oklch(0.303 0.032 208.8)
CMYK
cmyk(53%, 7%, 0%, 78%)

Accessibility

WCAG contrast compliance

On White Background

13.35:1

AA AAA

On Black Background

1.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D2E7
300
#AFD4
400
#86BD
500
#63AB
600
#488E
700
#3971
800
#2951
900
#1A34
950
#1020

Shades

Darker variations

1#182E32
2#15292C
3#122427
4#101F21
5#0D1A1C
6#0A1516
7#080F11
8#050A0B
9#030506

Tints

Lighter variations

1#284F55
2#366A72
3#43858F
4#51A0AC
5#6DB0BA
6#8AC0C8
7#A8D0D6
8#C5DFE4
9#E2EFF1

Tones

Muted variations

1#1C3236
2#1D3135
3#1F3033
4#202F32
5#212E30
6#232D2F
7#242C2D
8#262B2C
9#272A2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F4
Light backgroundsTable row hoverSkeleton loading
200
D2E7
#D2E7EA
Secondary backgroundsInput backgroundsDividers
300
AFD4
#AFD4D9
BordersInactive statesPlaceholder text
400
86BD
#86BDC6
Disabled statesSecondary iconsMuted text
500
63AB
#63ABB6
Primary brand colorCTAsActive elementsLinks
600
488E
#488E99
Hover statesFocus ringsPrimary buttons hover
700
3971
#397179
Active/pressed statesDark mode accentsSecondary text
800
2951
#295157
Text on light backgroundsHeadingsStrong borders
900
1A34
#1A3437
Primary textHigh emphasis contentDark headings
950
1020
#102023
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F5F9FA;
  --charcoal-100: #E7F2F4;
  --charcoal-200: #D2E7EA;
  --charcoal-300: #AFD4D9;
  --charcoal-400: #86BDC6;
  --charcoal-500: #63ABB6;
  --charcoal-600: #488E99;
  --charcoal-700: #397179;
  --charcoal-800: #295157;
  --charcoal-900: #1A3437;
  --charcoal-950: #102023;
}
Generate More ShadesCreate PaletteConvert Color