Black
#082B0B
GreenColor Codes
All color formats for development
HEX
#082B0BRGB
rgb(8, 43, 11)HSL
hsl(125, 69%, 10%)OKLCH
oklch(0.255 0.069 144.6)CMYK
cmyk(81%, 0%, 74%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07270A
2#062209
3#061E08
4#051A07
5#041605
6#031104
7#020D03
8#020902
9#010401
Tints
Lighter variations
1#0F5215
2#16791E
3#1D9F28
4#24C632
5#3DDB4A
6#64E36E
7#8BEA93
8#B1F1B7
9#D8F8DB
Tones
Muted variations
1#0A290C
2#0B280E
3#0D260F
4#0F2411
5#112212
6#122114
7#141F15
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E372 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9726 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4511 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E1F9E3;
--black-200: #C7F5CB;
--black-300: #9CEDA3;
--black-400: #68E372;
--black-500: #3DDB4A;
--black-600: #23BE30;
--black-700: #1C9726;
--black-800: #146C1B;
--black-900: #0D4511;
--black-950: #082B0B;
}