Black
#062D14
GreenColor Codes
All color formats for development
HEX
#062D14RGB
rgb(6, 45, 20)HSL
hsl(142, 76%, 10%)OKLCH
oklch(0.263 0.063 151.2)CMYK
cmyk(87%, 0%, 56%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062812
2#052410
3#041F0E
4#041B0C
5#03160A
6#021208
7#020D06
8#010904
9#010402
Tints
Lighter variations
1#0C5527
2#117E39
3#17A64B
4#1CCE5E
5#35E375
6#5DE991
7#86EEAC
8#AEF4C8
9#D7F9E3
Tones
Muted variations
1#082B15
2#0A2915
3#0C2716
4#0E2516
5#102317
6#122117
7#141F18
8#161D18
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 #C5F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA94 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E375 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4821 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E0FBEA;
--black-200: #C5F7D7;
--black-300: #98F1B8;
--black-400: #62EA94;
--black-500: #35E375;
--black-600: #1BC559;
--black-700: #159D47;
--black-800: #0F7033;
--black-900: #0A4821;
--black-950: #062D14;
}