Black
#062D07
GreenColor Codes
All color formats for development
HEX
#062D07RGB
rgb(6, 45, 7)HSL
hsl(122, 76%, 10%)OKLCH
oklch(0.261 0.077 143.4)CMYK
cmyk(87%, 0%, 84%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062807
2#052406
3#041F05
4#041B04
5#031604
6#021203
7#020D02
8#010901
9#010401
Tints
Lighter variations
1#0C550E
2#117E15
3#17A61B
4#1CCE22
5#35E33B
6#5DE962
7#86EE89
8#AEF4B1
9#D7F9D8
Tones
Muted variations
1#082B09
2#0A290B
3#0C270D
4#0E250F
5#102310
6#122112
7#141F14
8#161D16
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F19B | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E33B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC521 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D1A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A480C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF2;
--black-100: #E0FBE0;
--black-200: #C5F7C6;
--black-300: #98F19B;
--black-400: #62EA66;
--black-500: #35E33B;
--black-600: #1BC521;
--black-700: #159D1A;
--black-800: #0F7013;
--black-900: #0A480C;
--black-950: #062D07;
}