Black

#052E0B

Green

Color Codes

All color formats for development

HEX
#052E0B
RGB
rgb(5, 46, 11)
HSL
hsl(129, 80%, 10%)
OKLCH
oklch(0.264 0.075 145.4)
CMYK
cmyk(89%, 0%, 76%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.98: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#05290A
2#042509
3#042008
4#031C07
5#031706
6#021204
7#020E03
8#010902
9#010501

Tints

Lighter variations

1#0A5715
2#0E811F
3#13AA2A
4#17D334
5#30E84C
6#5AED70
7#83F194
8#ACF6B7
9#D6FADB

Tones

Muted variations

1#072C0D
2#092A0E
3#0B2810
4#0D2611
5#0F2412
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
#DFFBE3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8CB
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3A4
BordersInactive statesPlaceholder text
400
5EED
#5EED74
Disabled statesSecondary iconsMuted text
500
30E8
#30E84C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA31
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A127
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D731C
Text on light backgroundsHeadingsStrong borders
900
0849
#084912
Primary textHigh emphasis contentDark headings
950
052E
#052E0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDF3;
  --black-100: #DFFBE3;
  --black-200: #C3F8CB;
  --black-300: #95F3A4;
  --black-400: #5EED74;
  --black-500: #30E84C;
  --black-600: #16CA31;
  --black-700: #12A127;
  --black-800: #0D731C;
  --black-900: #084912;
  --black-950: #052E0B;
}
Generate More ShadesCreate PaletteConvert Color