Black

#052E0C

Green

Color Codes

All color formats for development

HEX
#052E0C
RGB
rgb(5, 46, 12)
HSL
hsl(130, 80%, 10%)
OKLCH
oklch(0.264 0.074 145.9)
CMYK
cmyk(89%, 0%, 74%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.97: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
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#05290B
2#04250A
3#042008
4#031C07
5#031706
6#021205
7#020E04
8#010902
9#010501

Tints

Lighter variations

1#0A5717
2#0E8121
3#13AA2C
4#17D337
5#30E84F
6#5AED72
7#83F195
8#ACF6B9
9#D6FADC

Tones

Muted variations

1#072C0D
2#092A0F
3#0B2810
4#0D2611
5#0F2413
6#112214
7#132015
8#151E17
9#171C18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CC
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A5
BordersInactive statesPlaceholder text
400
5EED
#5EED76
Disabled statesSecondary iconsMuted text
500
30E8
#30E84F
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA34
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A12A
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731E
Text on light backgroundsHeadingsStrong borders
900
0849
#084913
Primary textHigh emphasis contentDark headings
950
052E
#052E0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDF3;
  --black-100: #DFFBE4;
  --black-200: #C3F8CC;
  --black-300: #95F3A5;
  --black-400: #5EED76;
  --black-500: #30E84F;
  --black-600: #16CA34;
  --black-700: #12A12A;
  --black-800: #0D731E;
  --black-900: #084913;
  --black-950: #052E0C;
}
Generate More ShadesCreate PaletteConvert Color