Black
#082B12
GreenColor Codes
All color formats for development
HEX
#082B12RGB
rgb(8, 43, 18)HSL
hsl(137, 69%, 10%)OKLCH
oklch(0.257 0.061 149.4)CMYK
cmyk(81%, 0%, 58%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072710
2#06220E
3#061E0D
4#051A0B
5#041609
6#031107
7#020D05
8#020904
9#010402
Tints
Lighter variations
1#0F5222
2#167932
3#1D9F42
4#24C652
5#3DDB6A
6#64E388
7#8BEAA6
8#B1F1C3
9#D8F8E1
Tones
Muted variations
1#0A2913
2#0B2813
3#0D2614
4#0F2415
5#112216
6#122116
7#141F17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38B | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C973F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E1F9E8;
--black-200: #C7F5D4;
--black-300: #9CEDB3;
--black-400: #68E38B;
--black-500: #3DDB6A;
--black-600: #23BE4F;
--black-700: #1C973F;
--black-800: #146C2D;
--black-900: #0D451D;
--black-950: #082B12;
}