Charcoal

#034E38

Green

Color Codes

All color formats for development

HEX
#034E38
RGB
rgb(3, 78, 56)
HSL
hsl(162, 93%, 16%)
OKLCH
oklch(0.377 0.077 166.1)
CMYK
cmyk(96%, 0%, 28%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.76:1

AA AAA

On Black Background

2.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#034732
2#023F2D
3#023727
4#022F22
5#01271C
6#011F16
7#011811
8#01100B
9#000806

Tints

Lighter variations

1#047855
2#06A173
3#07CB90
4#09F4AE
5#30F8BC
6#5AF9C9
7#83FBD7
8#ACFCE4
9#D6FEF2

Tones

Muted variations

1#074B36
2#0A4735
3#0E4333
4#124032
5#163C30
6#1A382F
7#1D342D
8#21302C
9#252D2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF4
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDEA
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBDA
BordersInactive statesPlaceholder text
400
53F9
#53F9C7
Disabled statesSecondary iconsMuted text
500
22F7
#22F7B7
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D99A
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC7A
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B57
Text on light backgroundsHeadingsStrong borders
900
034F
#034F38
Primary textHigh emphasis contentDark headings
950
0231
#023123
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFA;
  --charcoal-100: #DDFEF4;
  --charcoal-200: #BFFDEA;
  --charcoal-300: #8EFBDA;
  --charcoal-400: #53F9C7;
  --charcoal-500: #22F7B7;
  --charcoal-600: #08D99A;
  --charcoal-700: #06AC7A;
  --charcoal-800: #047B57;
  --charcoal-900: #034F38;
  --charcoal-950: #023123;
}
Generate More ShadesCreate PaletteConvert Color