Black

#082B10

Green

Color Codes

All color formats for development

HEX
#082B10
RGB
rgb(8, 43, 16)
HSL
hsl(134, 69%, 10%)
OKLCH
oklch(0.256 0.063 147.8)
CMYK
cmyk(81%, 0%, 63%, 83%)

Accessibility

WCAG contrast compliance

On White Background

15.40: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#07270F
2#06220D
3#061E0B
4#051A0A
5#041608
6#031106
7#020D05
8#020903
9#010402

Tints

Lighter variations

1#0F521F
2#16792D
3#1D9F3C
4#24C64A
5#3DDB62
6#64E381
7#8BEAA1
8#B1F1C0
9#D8F8E0

Tones

Muted variations

1#0A2911
2#0B2812
3#0D2613
4#0F2414
5#112215
6#122116
7#141F17
8#161D18
9#181B19

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E7
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5D2
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDAF
BordersInactive statesPlaceholder text
400
68E3
#68E385
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB62
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE47
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9738
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C28
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451A
Primary textHigh emphasis contentDark headings
950
082B
#082B10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FDF5;
  --black-100: #E1F9E7;
  --black-200: #C7F5D2;
  --black-300: #9CEDAF;
  --black-400: #68E385;
  --black-500: #3DDB62;
  --black-600: #23BE47;
  --black-700: #1C9738;
  --black-800: #146C28;
  --black-900: #0D451A;
  --black-950: #082B10;
}
Generate More ShadesCreate PaletteConvert Color