Charcoal

#02312C

Cyan

Color Codes

All color formats for development

HEX
#02312C
RGB
rgb(2, 49, 44)
HSL
hsl(174, 92%, 10%)
OKLCH
oklch(0.282 0.049 183.9)
CMYK
cmyk(96%, 0%, 10%, 81%)

Accessibility

WCAG contrast compliance

On White Background

14.21: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
#F0FE
100
#DDFE
200
#BFFC
300
#8EFA
400
#54F8
500
#23F6
600
#09D7
700
#07AB
800
#057A
900
#034E
950
#0231

Shades

Darker variations

1#022C28
2#022723
3#01221F
4#011D1B
5#011816
6#011412
7#010F0D
8#000A09
9#000504

Tints

Lighter variations

1#045D54
2#06897C
3#08B5A4
4#09E1CC
5#23F6E1
6#4FF8E7
7#7BF9ED
8#A7FBF3
9#D3FDF9

Tones

Muted variations

1#042F2A
2#072C29
3#092A27
4#0B2825
5#0E2523
6#102321
7#12211F
8#151E1D
9#171C1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFA
Light backgroundsTable row hoverSkeleton loading
200
BFFC
#BFFCF6
Secondary backgroundsInput backgroundsDividers
300
8EFA
#8EFAF0
BordersInactive statesPlaceholder text
400
54F8
#54F8E7
Disabled statesSecondary iconsMuted text
500
23F6
#23F6E1
Primary brand colorCTAsActive elementsLinks
600
09D7
#09D7C3
Hover statesFocus ringsPrimary buttons hover
700
07AB
#07AB9B
Active/pressed statesDark mode accentsSecondary text
800
057A
#057A6F
Text on light backgroundsHeadingsStrong borders
900
034E
#034E47
Primary textHigh emphasis contentDark headings
950
0231
#02312C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFD;
  --charcoal-100: #DDFEFA;
  --charcoal-200: #BFFCF6;
  --charcoal-300: #8EFAF0;
  --charcoal-400: #54F8E7;
  --charcoal-500: #23F6E1;
  --charcoal-600: #09D7C3;
  --charcoal-700: #07AB9B;
  --charcoal-800: #057A6F;
  --charcoal-900: #034E47;
  --charcoal-950: #02312C;
}
Generate More ShadesCreate PaletteConvert Color