Charcoal

#015137

Green

Color Codes

All color formats for development

HEX
#015137
RGB
rgb(1, 81, 55)
HSL
hsl(161, 98%, 16%)
OKLCH
oklch(0.385 0.082 163.3)
CMYK
cmyk(99%, 0%, 32%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.40:1

AA AAA

On Black Background

2.23: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#014932
2#01412C
3#013927
4#003021
5#00281C
6#002016
7#001811
8#00100B
9#000806

Tints

Lighter variations

1#017B55
2#02A672
3#02D08F
4#03FAAC
5#2BFDBA
6#55FDC8
7#80FED6
8#AAFEE4
9#D5FFF1

Tones

Muted variations

1#054D36
2#094935
3#0D4533
4#114132
5#153D30
6#19392F
7#1D352D
8#21312C
9#252D2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DCFF
#DCFFF4
Light backgroundsTable row hoverSkeleton loading
200
BDFE
#BDFEEA
Secondary backgroundsInput backgroundsDividers
300
8BFE
#8BFED9
BordersInactive statesPlaceholder text
400
4EFD
#4EFDC6
Disabled statesSecondary iconsMuted text
500
1CFD
#1CFDB5
Primary brand colorCTAsActive elementsLinks
600
02DE
#02DE99
Hover statesFocus ringsPrimary buttons hover
700
02B1
#02B179
Active/pressed statesDark mode accentsSecondary text
800
017E
#017E57
Text on light backgroundsHeadingsStrong borders
900
0151
#015137
Primary textHigh emphasis contentDark headings
950
0132
#013223
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFA;
  --charcoal-100: #DCFFF4;
  --charcoal-200: #BDFEEA;
  --charcoal-300: #8BFED9;
  --charcoal-400: #4EFDC6;
  --charcoal-500: #1CFDB5;
  --charcoal-600: #02DE99;
  --charcoal-700: #02B179;
  --charcoal-800: #017E57;
  --charcoal-900: #015137;
  --charcoal-950: #013223;
}
Generate More ShadesCreate PaletteConvert Color