Black

#052E1D

Green

Color Codes

All color formats for development

HEX
#052E1D
RGB
rgb(5, 46, 29)
HSL
hsl(155, 80%, 10%)
OKLCH
oklch(0.268 0.055 160.9)
CMYK
cmyk(89%, 0%, 37%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.84:1

AA AAA

On Black Background

1.41: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#05291A
2#042517
3#042014
4#031C11
5#03170E
6#02120C
7#020E09
8#010906
9#010503

Tints

Lighter variations

1#0A5737
2#0E8151
3#13AA6B
4#17D385
5#30E89C
6#5AEDAF
7#83F1C3
8#ACF6D7
9#D6FAEB

Tones

Muted variations

1#072C1D
2#092A1C
3#0B281C
4#0D261C
5#0F241B
6#11221B
7#13201B
8#151E1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E2
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CC
BordersInactive statesPlaceholder text
400
5EED
#5EEDB2
Disabled statesSecondary iconsMuted text
500
30E8
#30E89C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A165
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7348
Text on light backgroundsHeadingsStrong borders
900
0849
#08492E
Primary textHigh emphasis contentDark headings
950
052E
#052E1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDF8;
  --black-100: #DFFBF0;
  --black-200: #C3F8E2;
  --black-300: #95F3CC;
  --black-400: #5EEDB2;
  --black-500: #30E89C;
  --black-600: #16CA7F;
  --black-700: #12A165;
  --black-800: #0D7348;
  --black-900: #08492E;
  --black-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color