Black
#062D12
GreenColor Codes
All color formats for development
HEX
#062D12RGB
rgb(6, 45, 18)HSL
hsl(138, 76%, 10%)OKLCH
oklch(0.263 0.065 149.5)CMYK
cmyk(87%, 0%, 60%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062810
2#05240E
3#041F0C
4#041B0B
5#031609
6#021207
7#020D05
8#010904
9#010402
Tints
Lighter variations
1#0C5522
2#117E32
3#17A642
4#1CCE52
5#35E369
6#5DE987
7#86EEA5
8#AEF4C3
9#D7F9E1
Tones
Muted variations
1#082B13
2#0A2913
3#0C2714
4#0E2515
5#102316
6#122116
7#141F17
8#161D18
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E369 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E0FBE8;
--black-200: #C5F7D4;
--black-300: #98F1B3;
--black-400: #62EA8B;
--black-500: #35E369;
--black-600: #1BC54E;
--black-700: #159D3E;
--black-800: #0F702C;
--black-900: #0A481C;
--black-950: #062D12;
}