Black

#082B0C

Green

Color Codes

All color formats for development

HEX
#082B0C
RGB
rgb(8, 43, 12)
HSL
hsl(127, 69%, 10%)
OKLCH
oklch(0.256 0.068 145.1)
CMYK
cmyk(81%, 0%, 72%, 83%)

Accessibility

WCAG contrast compliance

On White Background

15.43: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#07270B
2#06220A
3#061E08
4#051A07
5#041606
6#031105
7#020D04
8#020902
9#010401

Tints

Lighter variations

1#0F5217
2#167922
3#1D9F2C
4#24C637
5#3DDB50
6#64E373
7#8BEA96
8#B1F1B9
9#D8F8DC

Tones

Muted variations

1#0A290D
2#0B280F
3#0D2610
4#0F2411
5#112213
6#122114
7#141F15
8#161D17
9#181B18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E4
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CC
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA5
BordersInactive statesPlaceholder text
400
68E3
#68E377
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB50
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE35
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C972A
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C1E
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4513
Primary textHigh emphasis contentDark headings
950
082B
#082B0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FDF3;
  --black-100: #E1F9E4;
  --black-200: #C7F5CC;
  --black-300: #9CEDA5;
  --black-400: #68E377;
  --black-500: #3DDB50;
  --black-600: #23BE35;
  --black-700: #1C972A;
  --black-800: #146C1E;
  --black-900: #0D4513;
  --black-950: #082B0C;
}
Generate More ShadesCreate PaletteConvert Color