Black
#082B1E
GreenColor Codes
All color formats for development
HEX
#082B1ERGB
rgb(8, 43, 30)HSL
hsl(158, 69%, 10%)OKLCH
oklch(0.26 0.047 164.6)CMYK
cmyk(81%, 0%, 30%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07271B
2#062218
3#061E15
4#051A12
5#04160F
6#03110C
7#020D09
8#020906
9#010403
Tints
Lighter variations
1#0F5239
2#167955
3#1D9F70
4#24C68B
5#3DDBA1
6#64E3B4
7#8BEAC7
8#B1F1DA
9#D8F8EC
Tones
Muted variations
1#0A291E
2#0B281D
3#0D261D
4#0F241C
5#11221C
6#12211B
7#141F1B
8#161D1A
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF9;
--black-100: #E1F9F0;
--black-200: #C7F5E4;
--black-300: #9CEDCF;
--black-400: #68E3B6;
--black-500: #3DDBA1;
--black-600: #23BE85;
--black-700: #1C976A;
--black-800: #146C4B;
--black-900: #0D4530;
--black-950: #082B1E;
}