Charcoal

#005234

Green

Color Codes

All color formats for development

HEX
#005234
RGB
rgb(0, 82, 52)
HSL
hsl(158, 100%, 16%)
OKLCH
oklch(0.387 0.087 160.4)
CMYK
cmyk(100%, 0%, 37%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.31:1

AA AAA

On Black Background

2.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#00492F
2#004129
3#003924
4#00311F
5#00291A
6#002115
7#001810
8#00100A
9#000805

Tints

Lighter variations

1#007C4F
2#00A76A
3#00D285
4#00FDA0
5#29FFB0
6#54FFC0
7#7EFFD0
8#A9FFE0
9#D4FFEF

Tones

Muted variations

1#044E33
2#084932
3#0C4530
4#10412F
5#143D2E
6#18392D
7#1D352C
8#21312B
9#252D2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF2
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE7
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFD4
BordersInactive statesPlaceholder text
400
4DFF
#4DFFBE
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFAB
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E08E
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B371
Active/pressed statesDark mode accentsSecondary text
800
0080
#008051
Text on light backgroundsHeadingsStrong borders
900
0052
#005234
Primary textHigh emphasis contentDark headings
950
0033
#003320
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFF9;
  --charcoal-100: #DBFFF2;
  --charcoal-200: #BDFFE7;
  --charcoal-300: #8AFFD4;
  --charcoal-400: #4DFFBE;
  --charcoal-500: #1AFFAB;
  --charcoal-600: #00E08E;
  --charcoal-700: #00B371;
  --charcoal-800: #008051;
  --charcoal-900: #005234;
  --charcoal-950: #003320;
}
Generate More ShadesCreate PaletteConvert Color