Charcoal

#0A482F

Green

Color Codes

All color formats for development

HEX
#0A482F
RGB
rgb(10, 72, 47)
HSL
hsl(156, 76%, 16%)
OKLCH
oklch(0.357 0.074 160.6)
CMYK
cmyk(86%, 0%, 35%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.60:1

AA AAA

On Black Background

1.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#09412A
2#083926
3#073221
4#062B1C
5#052418
6#041D13
7#03160E
8#020E09
9#010705

Tints

Lighter variations

1#0F6E48
2#149360
3#19B979
4#1EDF92
5#43E5A4
6#68EAB6
7#8EF0C9
8#B4F5DB
9#D9FAED

Tones

Muted variations

1#0D452E
2#10422E
3#133F2D
4#163B2D
5#19382C
6#1C352B
7#1F322B
8#232F2A
9#262C29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF0
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E3
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1CD
BordersInactive statesPlaceholder text
400
62EA
#62EAB3
Disabled statesSecondary iconsMuted text
500
35E3
#35E39E
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC581
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D67
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7049
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A482F
Primary textHigh emphasis contentDark headings
950
062D
#062D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDF9;
  --charcoal-100: #E0FBF0;
  --charcoal-200: #C5F7E3;
  --charcoal-300: #98F1CD;
  --charcoal-400: #62EAB3;
  --charcoal-500: #35E39E;
  --charcoal-600: #1BC581;
  --charcoal-700: #159D67;
  --charcoal-800: #0F7049;
  --charcoal-900: #0A482F;
  --charcoal-950: #062D1D;
}
Generate More ShadesCreate PaletteConvert Color