Black
#062D0E
GreenColor Codes
All color formats for development
HEX
#062D0ERGB
rgb(6, 45, 14)HSL
hsl(132, 76%, 10%)OKLCH
oklch(0.262 0.07 146.8)CMYK
cmyk(87%, 0%, 69%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280C
2#05240B
3#041F0A
4#041B08
5#031607
6#021206
7#020D04
8#010903
9#010401
Tints
Lighter variations
1#0C551A
2#117E27
3#17A633
4#1CCE40
5#35E358
6#5DE979
7#86EE9B
8#AEF4BC
9#D7F9DE
Tones
Muted variations
1#082B0F
2#0A2910
3#0C2711
4#0E2513
5#102314
6#122115
7#141F16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7D | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E358 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7023 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4816 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF4;
--black-100: #E0FBE5;
--black-200: #C5F7CF;
--black-300: #98F1AA;
--black-400: #62EA7D;
--black-500: #35E358;
--black-600: #1BC53D;
--black-700: #159D31;
--black-800: #0F7023;
--black-900: #0A4816;
--black-950: #062D0E;
}