Charcoal

#074B30

Green

Color Codes

All color formats for development

HEX
#074B30
RGB
rgb(7, 75, 48)
HSL
hsl(156, 83%, 16%)
OKLCH
oklch(0.366 0.079 160.1)
CMYK
cmyk(91%, 0%, 36%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.20:1

AA AAA

On Black Background

2.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#06432B
2#063C26
3#053421
4#042D1D
5#032518
6#031E13
7#02160E
8#010F0A
9#010705

Tints

Lighter variations

1#0B7249
2#0E9962
3#12C07A
4#16E793
5#3BEDA6
6#62F0B8
7#89F4C9
8#B1F8DB
9#D8FBED

Tones

Muted variations

1#0A472F
2#0E442E
3#11412E
4#143D2D
5#183A2C
6#1B362C
7#1F332B
8#22302A
9#252C29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF0
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E3
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5CE
BordersInactive statesPlaceholder text
400
5CF0
#5CF0B5
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEB9F
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD83
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA368
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B754A
Text on light backgroundsHeadingsStrong borders
900
074B
#074B30
Primary textHigh emphasis contentDark headings
950
042F
#042F1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FEF9;
  --charcoal-100: #DEFCF0;
  --charcoal-200: #C2F9E3;
  --charcoal-300: #94F5CE;
  --charcoal-400: #5CF0B5;
  --charcoal-500: #2DEB9F;
  --charcoal-600: #13CD83;
  --charcoal-700: #0FA368;
  --charcoal-800: #0B754A;
  --charcoal-900: #074B30;
  --charcoal-950: #042F1E;
}
Generate More ShadesCreate PaletteConvert Color