Black

#082B0D

Green

Color Codes

All color formats for development

HEX
#082B0D
RGB
rgb(8, 43, 13)
HSL
hsl(129, 69%, 10%)
OKLCH
oklch(0.256 0.067 145.7)
CMYK
cmyk(81%, 0%, 70%, 83%)

Accessibility

WCAG contrast compliance

On White Background

15.42:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#07270C
2#06220B
3#061E09
4#051A08
5#041607
6#031105
7#020D04
8#020903
9#010401

Tints

Lighter variations

1#0F5219
2#167925
3#1D9F31
4#24C63D
5#3DDB55
6#64E377
7#8BEA99
8#B1F1BB
9#D8F8DD

Tones

Muted variations

1#0A290E
2#0B2810
3#0D2611
4#0F2412
5#112213
6#122115
7#141F16
8#161D17
9#181B18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CE
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA8
BordersInactive statesPlaceholder text
400
68E3
#68E37B
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB55
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE3A
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C972E
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C21
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4515
Primary textHigh emphasis contentDark headings
950
082B
#082B0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FDF4;
  --black-100: #E1F9E5;
  --black-200: #C7F5CE;
  --black-300: #9CEDA8;
  --black-400: #68E37B;
  --black-500: #3DDB55;
  --black-600: #23BE3A;
  --black-700: #1C972E;
  --black-800: #146C21;
  --black-900: #0D4515;
  --black-950: #082B0D;
}
Generate More ShadesCreate PaletteConvert Color