Black
#062D15
GreenColor Codes
All color formats for development
HEX
#062D15RGB
rgb(6, 45, 21)HSL
hsl(143, 76%, 10%)OKLCH
oklch(0.263 0.062 152.1)CMYK
cmyk(87%, 0%, 53%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062813
2#052411
3#041F0F
4#041B0D
5#03160A
6#021208
7#020D06
8#010904
9#010402
Tints
Lighter variations
1#0C5528
2#117E3B
3#17A64E
4#1CCE60
5#35E378
6#5DE993
7#86EEAE
8#AEF4C9
9#D7F9E4
Tones
Muted variations
1#082B15
2#0A2916
3#0C2716
4#0E2517
5#102317
6#122118
7#141F18
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA96 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E378 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7034 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4822 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E0FBEA;
--black-200: #C5F7D8;
--black-300: #98F1BA;
--black-400: #62EA96;
--black-500: #35E378;
--black-600: #1BC55C;
--black-700: #159D49;
--black-800: #0F7034;
--black-900: #0A4822;
--black-950: #062D15;
}