Black

#092A1C

Green

Color Codes

All color formats for development

HEX
#092A1C
RGB
rgb(9, 42, 28)
HSL
hsl(155, 65%, 10%)
OKLCH
oklch(0.256 0.047 161.9)
CMYK
cmyk(79%, 0%, 33%, 84%)

Accessibility

WCAG contrast compliance

On White Background

15.45: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
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#082619
2#072217
3#061D14
4#051911
5#04150E
6#04110B
7#030D08
8#020806
9#010403

Tints

Lighter variations

1#115036
2#19764F
3#219C69
4#29C282
5#42D799
6#68DFAD
7#8DE7C2
8#B3EFD6
9#D9F7EB

Tones

Muted variations

1#0B281C
2#0C271C
3#0E251B
4#10231B
5#11221B
6#13201B
7#151E1A
8#161D1A
9#181B1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EF
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3E1
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEACB
BordersInactive statesPlaceholder text
400
6CE0
#6CE0AF
Disabled statesSecondary iconsMuted text
500
42D7
#42D799
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B97C
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F9363
Active/pressed statesDark mode accentsSecondary text
800
1669
#166947
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E432D
Primary textHigh emphasis contentDark headings
950
092A
#092A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2FCF8;
  --black-100: #E2F9EF;
  --black-200: #C8F3E1;
  --black-300: #9EEACB;
  --black-400: #6CE0AF;
  --black-500: #42D799;
  --black-600: #27B97C;
  --black-700: #1F9363;
  --black-800: #166947;
  --black-900: #0E432D;
  --black-950: #092A1C;
}
Generate More ShadesCreate PaletteConvert Color