Black

#0A291B

Green

Color Codes

All color formats for development

HEX
#0A291B
RGB
rgb(10, 41, 27)
HSL
hsl(153, 61%, 10%)
OKLCH
oklch(0.253 0.045 160.8)
CMYK
cmyk(76%, 0%, 34%, 84%)

Accessibility

WCAG contrast compliance

On White Background

15.60:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#092518
2#082116
3#071D13
4#061910
5#05150E
6#04100B
7#030C08
8#020805
9#010403

Tints

Lighter variations

1#134E33
2#1C734C
3#259864
4#2EBD7C
5#46D293
6#6BDBA9
7#90E4BE
8#B5EDD4
9#DAF6E9

Tones

Muted variations

1#0C271B
2#0D261B
3#0F241B
4#10231A
5#12211A
6#13201A
7#151E1A
8#161D1A
9#181B1A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8EE
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2E0
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8C8
BordersInactive statesPlaceholder text
400
6FDC
#6FDCAB
Disabled statesSecondary iconsMuted text
500
46D2
#46D293
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB577
Hover statesFocus ringsPrimary buttons hover
700
2390
#23905F
Active/pressed statesDark mode accentsSecondary text
800
1967
#196744
Text on light backgroundsHeadingsStrong borders
900
1042
#10422B
Primary textHigh emphasis contentDark headings
950
0A29
#0A291B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F3FCF8;
  --black-100: #E2F8EE;
  --black-200: #CAF2E0;
  --black-300: #A1E8C8;
  --black-400: #6FDCAB;
  --black-500: #46D293;
  --black-600: #2CB577;
  --black-700: #23905F;
  --black-800: #196744;
  --black-900: #10422B;
  --black-950: #0A291B;
}
Generate More ShadesCreate PaletteConvert Color