Charcoal

#0F432C

Green

Color Codes

All color formats for development

HEX
#0F432C
RGB
rgb(15, 67, 44)
HSL
hsl(153, 63%, 16%)
OKLCH
oklch(0.342 0.068 159.9)
CMYK
cmyk(78%, 0%, 34%, 74%)

Accessibility

WCAG contrast compliance

On White Background

11.29:1

AA AAA

On Black Background

1.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#0E3C27
2#0C3523
3#0B2F1E
4#09281A
5#082116
6#061B11
7#05140D
8#030D09
9#020704

Tints

Lighter variations

1#176542
2#1F8859
3#27AB70
4#2FCE86
5#50D79B
6#73DFAF
7#96E7C3
8#B9EFD7
9#DCF7EB

Tones

Muted variations

1#12402B
2#143D2B
3#173B2B
4#19382A
5#1C362A
6#1F332A
7#21312A
8#242E29
9#262B29

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EE
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E0
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9C8
BordersInactive statesPlaceholder text
400
6EDE
#6EDEAB
Disabled statesSecondary iconsMuted text
500
44D5
#44D593
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB777
Hover statesFocus ringsPrimary buttons hover
700
2191
#21915F
Active/pressed statesDark mode accentsSecondary text
800
1868
#186844
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F432B
Primary textHigh emphasis contentDark headings
950
092A
#092A1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F3FCF8;
  --charcoal-100: #E2F8EE;
  --charcoal-200: #C9F3E0;
  --charcoal-300: #9FE9C8;
  --charcoal-400: #6EDEAB;
  --charcoal-500: #44D593;
  --charcoal-600: #2AB777;
  --charcoal-700: #21915F;
  --charcoal-800: #186844;
  --charcoal-900: #0F432B;
  --charcoal-950: #092A1B;
}
Generate More ShadesCreate PaletteConvert Color