Black

#052E17

Green

Color Codes

All color formats for development

HEX
#052E17
RGB
rgb(5, 46, 23)
HSL
hsl(146, 80%, 10%)
OKLCH
oklch(0.267 0.062 153.9)
CMYK
cmyk(89%, 0%, 50%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.90: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#052915
2#042512
3#042010
4#031C0E
5#03170B
6#021209
7#020E07
8#010905
9#010502

Tints

Lighter variations

1#0A572B
2#0E8140
3#13AA54
4#17D369
5#30E880
6#5AED99
7#83F1B3
8#ACF6CC
9#D6FAE6

Tones

Muted variations

1#072C17
2#092A17
3#0B2818
4#0D2618
5#0F2418
6#112218
7#132019
8#151E19
9#171C19

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEB
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8DA
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BE
BordersInactive statesPlaceholder text
400
5EED
#5EED9C
Disabled statesSecondary iconsMuted text
500
30E8
#30E880
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA64
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A150
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7339
Text on light backgroundsHeadingsStrong borders
900
0849
#084924
Primary textHigh emphasis contentDark headings
950
052E
#052E17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1FDF7;
  --black-100: #DFFBEB;
  --black-200: #C3F8DA;
  --black-300: #95F3BE;
  --black-400: #5EED9C;
  --black-500: #30E880;
  --black-600: #16CA64;
  --black-700: #12A150;
  --black-800: #0D7339;
  --black-900: #084924;
  --black-950: #052E17;
}
Generate More ShadesCreate PaletteConvert Color