Black
#062D11
GreenColor Codes
All color formats for development
HEX
#062D11RGB
rgb(6, 45, 17)HSL
hsl(137, 76%, 10%)OKLCH
oklch(0.262 0.066 148.8)CMYK
cmyk(87%, 0%, 62%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280F
2#05240E
3#041F0C
4#041B0A
5#031609
6#021207
7#020D05
8#010903
9#010402
Tints
Lighter variations
1#0C5520
2#117E30
3#17A63F
4#1CCE4F
5#35E366
6#5DE985
7#86EEA3
8#AEF4C2
9#D7F9E0
Tones
Muted variations
1#082B12
2#0A2913
3#0C2714
4#0E2514
5#102315
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 #E0FBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA88 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E366 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC54B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F702B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E0FBE7;
--black-200: #C5F7D3;
--black-300: #98F1B1;
--black-400: #62EA88;
--black-500: #35E366;
--black-600: #1BC54B;
--black-700: #159D3C;
--black-800: #0F702B;
--black-900: #0A481B;
--black-950: #062D11;
}