Green

#0B4711

Green

Color Codes

All color formats for development

HEX
#0B4711
RGB
rgb(11, 71, 17)
HSL
hsl(126, 73%, 16%)
OKLCH
oklch(0.349 0.103 144.2)
CMYK
cmyk(85%, 0%, 76%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.92:1

AA AAA

On Black Background

1.92: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#0A400F
2#09380E
3#08310C
4#072A0A
5#062308
6#041C07
7#031505
8#020E03
9#010702

Tints

Lighter variations

1#116C1A
2#179123
3#1CB62C
4#22DB35
5#46E255
6#6BE877
7#90EE99
8#B5F3BB
9#DAF9DD

Tones

Muted variations

1#0E4413
2#114116
3#143E18
4#173B1B
5#1A381D
6#1D351F
7#203222
8#232F24
9#262C26

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE3
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CA
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA2
BordersInactive statesPlaceholder text
400
65E7
#65E772
Disabled statesSecondary iconsMuted text
500
38E0
#38E049
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC22F
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A25
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E1B
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B4711
Primary textHigh emphasis contentDark headings
950
072C
#072C0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --green-50: #F2FDF3;
  --green-100: #E0FAE3;
  --green-200: #C6F6CA;
  --green-300: #9AEFA2;
  --green-400: #65E772;
  --green-500: #38E049;
  --green-600: #1EC22F;
  --green-700: #189A25;
  --green-800: #116E1B;
  --green-900: #0B4711;
  --green-950: #072C0B;
}
Generate More ShadesCreate PaletteConvert Color