Black

#062D06

Green

Color Codes

All color formats for development

HEX
#062D06
RGB
rgb(6, 45, 6)
HSL
hsl(120, 76%, 10%)
OKLCH
oklch(0.261 0.078 142.9)
CMYK
cmyk(87%, 0%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.15:1

AA AAA

On Black Background

1.39: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#062806
2#052405
3#041F04
4#041B04
5#031603
6#021202
7#020D02
8#010901
9#010401

Tints

Lighter variations

1#0C550C
2#117E11
3#17A617
4#1CCE1C
5#35E335
6#5DE95D
7#86EE86
8#AEF4AE
9#D7F9D7

Tones

Muted variations

1#082B08
2#0A290A
3#0C270C
4#0E250E
5#102310
6#122112
7#141F14
8#161D16
9#181B18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBE0
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7C5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F198
BordersInactive statesPlaceholder text
400
62EA
#62EA62
Disabled statesSecondary iconsMuted text
500
35E3
#35E335
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC51B
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D15
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F700F
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A480A
Primary textHigh emphasis contentDark headings
950
062D
#062D06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FDF2;
  --black-100: #E0FBE0;
  --black-200: #C5F7C5;
  --black-300: #98F198;
  --black-400: #62EA62;
  --black-500: #35E335;
  --black-600: #1BC51B;
  --black-700: #159D15;
  --black-800: #0F700F;
  --black-900: #0A480A;
  --black-950: #062D06;
}
Generate More ShadesCreate PaletteConvert Color