Black
#062D18
GreenColor Codes
All color formats for development
HEX
#062D18RGB
rgb(6, 45, 24)HSL
hsl(148, 76%, 10%)OKLCH
oklch(0.264 0.058 155.1)CMYK
cmyk(87%, 0%, 47%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062816
2#052413
3#041F11
4#041B0F
5#03160C
6#02120A
7#020D07
8#010905
9#010402
Tints
Lighter variations
1#0C552E
2#117E44
3#17A65A
4#1CCE6F
5#35E386
6#5DE99F
7#86EEB7
8#AEF4CF
9#D7F9E7
Tones
Muted variations
1#082B18
2#0A2918
3#0C2719
4#0E2519
5#102319
6#122119
7#141F19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E386 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D55 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4827 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF7;
--black-100: #E0FBEC;
--black-200: #C5F7DC;
--black-300: #98F1C1;
--black-400: #62EAA1;
--black-500: #35E386;
--black-600: #1BC56B;
--black-700: #159D55;
--black-800: #0F703D;
--black-900: #0A4827;
--black-950: #062D18;
}