Black
#062D0D
GreenColor Codes
All color formats for development
HEX
#062D0DRGB
rgb(6, 45, 13)HSL
hsl(131, 76%, 10%)OKLCH
oklch(0.262 0.071 146.2)CMYK
cmyk(87%, 0%, 71%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06280C
2#05240B
3#041F09
4#041B08
5#031607
6#021205
7#020D04
8#010903
9#010401
Tints
Lighter variations
1#0C5519
2#117E25
3#17A631
4#1CCE3D
5#35E355
6#5DE977
7#86EE99
8#AEF4BB
9#D7F9DD
Tones
Muted variations
1#082B0E
2#0A2910
3#0C2711
4#0E2512
5#102313
6#122115
7#141F16
8#161D17
9#181B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1A8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7B | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E355 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC53A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7021 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4815 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF4;
--black-100: #E0FBE5;
--black-200: #C5F7CE;
--black-300: #98F1A8;
--black-400: #62EA7B;
--black-500: #35E355;
--black-600: #1BC53A;
--black-700: #159D2E;
--black-800: #0F7021;
--black-900: #0A4815;
--black-950: #062D0D;
}