Green

#0B461D

Green

Color Codes

All color formats for development

HEX
#0B461D
RGB
rgb(11, 70, 29)
HSL
hsl(138, 73%, 16%)
OKLCH
oklch(0.347 0.09 148.7)
CMYK
cmyk(84%, 0%, 59%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.01:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#0A401A
2#093817
3#083114
4#072A11
5#06230E
6#041C0C
7#031509
8#020E06
9#010703

Tints

Lighter variations

1#116C2C
2#17913B
3#1CB64A
4#22DB5A
5#46E275
6#6BE890
7#90EEAC
8#B5F3C8
9#DAF9E3

Tones

Muted variations

1#0E441E
2#11411F
3#143E20
4#173B22
5#1A3823
6#1D3524
7#203225
8#232F26
9#262C28

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE8
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D4
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFB3
BordersInactive statesPlaceholder text
400
65E7
#65E78C
Disabled statesSecondary iconsMuted text
500
38E0
#38E06B
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC24F
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A3F
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E2D
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B471D
Primary textHigh emphasis contentDark headings
950
072C
#072C12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FDF5;
  --green-100: #E0FAE8;
  --green-200: #C6F6D4;
  --green-300: #9AEFB3;
  --green-400: #65E78C;
  --green-500: #38E06B;
  --green-600: #1EC24F;
  --green-700: #189A3F;
  --green-800: #116E2D;
  --green-900: #0B471D;
  --green-950: #072C12;
}
Generate More ShadesCreate PaletteConvert Color