Black

#052E1C

Green

Color Codes

All color formats for development

HEX
#052E1C
RGB
rgb(5, 46, 28)
HSL
hsl(154, 80%, 10%)
OKLCH
oklch(0.268 0.056 159.6)
CMYK
cmyk(89%, 0%, 39%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.85: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#052919
2#042517
3#042014
4#031C11
5#03170E
6#02120B
7#020E08
8#010906
9#010503

Tints

Lighter variations

1#0A5736
2#0E814F
3#13AA68
4#17D382
5#30E898
6#5AEDAD
7#83F1C1
8#ACF6D6
9#D6FAEA

Tones

Muted variations

1#072C1C
2#092A1C
3#0B281B
4#0D261B
5#0F241B
6#11221B
7#13201A
8#151E1A
9#171C1A

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDF8;
  --black-100: #DFFBEF;
  --black-200: #C3F8E1;
  --black-300: #95F3CB;
  --black-400: #5EEDAF;
  --black-500: #30E898;
  --black-600: #16CA7C;
  --black-700: #12A163;
  --black-800: #0D7347;
  --black-900: #08492D;
  --black-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color