Black
#082B13
GreenColor Codes
All color formats for development
HEX
#082B13RGB
rgb(8, 43, 19)HSL
hsl(139, 69%, 10%)OKLCH
oklch(0.257 0.06 150.3)CMYK
cmyk(81%, 0%, 56%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072711
2#06220F
3#061E0D
4#051A0B
5#04160A
6#031108
7#020D06
8#020904
9#010402
Tints
Lighter variations
1#0F5224
2#167935
3#1D9F46
4#24C658
5#3DDB6F
6#64E38C
7#8BEAA9
8#B1F1C5
9#D8F8E2
Tones
Muted variations
1#0A2914
2#0B2814
3#0D2615
4#0F2416
5#112216
6#122117
7#141F18
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 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38F | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E1F9E9;
--black-200: #C7F5D5;
--black-300: #9CEDB6;
--black-400: #68E38F;
--black-500: #3DDB6F;
--black-600: #23BE54;
--black-700: #1C9743;
--black-800: #146C30;
--black-900: #0D451E;
--black-950: #082B13;
}