Black

#062D1A

Green

Color Codes

All color formats for development

HEX
#062D1A
RGB
rgb(6, 45, 26)
HSL
hsl(151, 76%, 10%)
OKLCH
oklch(0.264 0.056 157.5)
CMYK
cmyk(87%, 0%, 42%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.02:1

AA AAA

On Black Background

1.40: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#062818
2#052415
3#041F12
4#041B10
5#03160D
6#02120A
7#020D08
8#010905
9#010403

Tints

Lighter variations

1#0C5532
2#117E49
3#17A661
4#1CCE78
5#35E38F
6#5DE9A6
7#86EEBC
8#AEF4D2
9#D7F9E9

Tones

Muted variations

1#082B1A
2#0A291A
3#0C271A
4#0E251A
5#10231A
6#12211A
7#141F1A
8#161D1A
9#181B1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBEE
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7DF
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1C6
BordersInactive statesPlaceholder text
400
62EA
#62EAA8
Disabled statesSecondary iconsMuted text
500
35E3
#35E38F
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC573
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D5C
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7041
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A482A
Primary textHigh emphasis contentDark headings
950
062D
#062D1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FDF8;
  --black-100: #E0FBEE;
  --black-200: #C5F7DF;
  --black-300: #98F1C6;
  --black-400: #62EAA8;
  --black-500: #35E38F;
  --black-600: #1BC573;
  --black-700: #159D5C;
  --black-800: #0F7041;
  --black-900: #0A482A;
  --black-950: #062D1A;
}
Generate More ShadesCreate PaletteConvert Color