Green

#08490E

Green

Color Codes

All color formats for development

HEX
#08490E
RGB
rgb(8, 73, 14)
HSL
hsl(126, 80%, 16%)
OKLCH
oklch(0.354 0.109 143.8)
CMYK
cmyk(89%, 0%, 81%, 71%)

Accessibility

WCAG contrast compliance

On White Background

10.66:1

AA AAA

On Black Background

1.97: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#07420D
2#073B0C
3#06330A
4#052C09
5#042507
6#031D06
7#021604
8#020F03
9#010701

Tints

Lighter variations

1#0C7016
2#11971E
3#15BD26
4#19E42E
5#3EEA4F
6#65EE72
7#8BF296
8#B2F6B9
9#D8FBDC

Tones

Muted variations

1#0B4611
2#0F4314
3#124017
4#153C19
5#18391C
6#1C361E
7#1F3321
8#222F24
9#262C26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE2
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F39F
BordersInactive statesPlaceholder text
400
5EED
#5EED6D
Disabled statesSecondary iconsMuted text
500
30E8
#30E843
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA28
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A120
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7317
Text on light backgroundsHeadingsStrong borders
900
0849
#08490F
Primary textHigh emphasis contentDark headings
950
052E
#052E09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F1FDF2;
  --green-100: #DFFBE2;
  --green-200: #C3F8C9;
  --green-300: #95F39F;
  --green-400: #5EED6D;
  --green-500: #30E843;
  --green-600: #16CA28;
  --green-700: #12A120;
  --green-800: #0D7317;
  --green-900: #08490F;
  --green-950: #052E09;
}
Generate More ShadesCreate PaletteConvert Color