Charcoal

#00523A

Green

Color Codes

All color formats for development

HEX
#00523A
RGB
rgb(0, 82, 58)
HSL
hsl(162, 100%, 16%)
OKLCH
oklch(0.389 0.081 165.5)
CMYK
cmyk(100%, 0%, 29%, 68%)

Accessibility

WCAG contrast compliance

On White Background

9.26:1

AA AAA

On Black Background

2.27: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#004933
2#00412E
3#003928
4#003122
5#00291D
6#002117
7#001811
8#00100B
9#000806

Tints

Lighter variations

1#007C57
2#00A775
3#00D293
4#00FDB1
5#29FFBF
6#54FFCC
7#7EFFD8
8#A9FFE5
9#D4FFF2

Tones

Muted variations

1#044E37
2#084936
3#0C4534
4#104133
5#143D31
6#18392F
7#1D352E
8#21312C
9#252D2A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFA
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF4
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFEB
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFDC
BordersInactive statesPlaceholder text
400
4DFF
#4DFFC9
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFBA
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E09D
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B37D
Active/pressed statesDark mode accentsSecondary text
800
0080
#008059
Text on light backgroundsHeadingsStrong borders
900
0052
#005239
Primary textHigh emphasis contentDark headings
950
0033
#003324
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFA;
  --charcoal-100: #DBFFF4;
  --charcoal-200: #BDFFEB;
  --charcoal-300: #8AFFDC;
  --charcoal-400: #4DFFC9;
  --charcoal-500: #1AFFBA;
  --charcoal-600: #00E09D;
  --charcoal-700: #00B37D;
  --charcoal-800: #008059;
  --charcoal-900: #005239;
  --charcoal-950: #003324;
}
Generate More ShadesCreate PaletteConvert Color