Black
#062D0A
GreenColor Codes
All color formats for development
HEX
#062D0ARGB
rgb(6, 45, 10)HSL
hsl(126, 76%, 10%)OKLCH
oklch(0.261 0.074 144.7)CMYK
cmyk(87%, 0%, 78%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062809
2#052408
3#041F07
4#041B06
5#031605
6#021204
7#020D03
8#010902
9#010401
Tints
Lighter variations
1#0C5513
2#117E1C
3#17A625
4#1CCE2E
5#35E346
6#5DE96B
7#86EE90
8#AEF4B5
9#D7F9DA
Tones
Muted variations
1#082B0C
2#0A290D
3#0C270F
4#0E2510
5#102312
6#122113
7#141F15
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA6F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E346 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC52C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7019 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4810 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF3;
--black-100: #E0FBE2;
--black-200: #C5F7CA;
--black-300: #98F1A1;
--black-400: #62EA6F;
--black-500: #35E346;
--black-600: #1BC52C;
--black-700: #159D23;
--black-800: #0F7019;
--black-900: #0A4810;
--black-950: #062D0A;
}