Charcoal

#015039

Green

Color Codes

All color formats for development

HEX
#015039
RGB
rgb(1, 80, 57)
HSL
hsl(163, 98%, 16%)
OKLCH
oklch(0.383 0.079 165.8)
CMYK
cmyk(99%, 0%, 29%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.51:1

AA AAA

On Black Background

2.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFF
200
#BDFE
300
#8BFE
400
#4EFD
500
#1CFD
600
#02DE
700
#02B1
800
#017E
900
#0151
950
#0132

Shades

Darker variations

1#014934
2#01412F
3#013929
4#003023
5#00281D
6#002017
7#001811
8#00100C
9#000806

Tints

Lighter variations

1#017B59
2#02A677
3#02D096
4#03FAB4
5#2BFDC1
6#55FDCE
7#80FEDA
8#AAFEE6
9#D5FFF3

Tones

Muted variations

1#054D38
2#094937
3#0D4535
4#114133
5#153D31
6#193930
7#1D352E
8#21312C
9#252D2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFB
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF5
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEEC
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFEDD
BordersInactive statesPlaceholder text
400
4EFD
#4EFDCC
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDBD
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DEA0
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B17F
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E5B
Text on light backgroundsHeadingsStrong borders
900
0151
#01513A
Primary textHigh emphasis contentDark headings
950
0132
#013224
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFB;
  --charcoal-100: #DCFFF5;
  --charcoal-200: #BDFEEC;
  --charcoal-300: #8BFEDD;
  --charcoal-400: #4EFDCC;
  --charcoal-500: #1CFDBD;
  --charcoal-600: #02DEA0;
  --charcoal-700: #02B17F;
  --charcoal-800: #017E5B;
  --charcoal-900: #01513A;
  --charcoal-950: #013224;
}
Generate More ShadesCreate PaletteConvert Color