Black
#062D19
GreenColor Codes
All color formats for development
HEX
#062D19RGB
rgb(6, 45, 25)HSL
hsl(149, 76%, 10%)OKLCH
oklch(0.264 0.057 156.3)CMYK
cmyk(87%, 0%, 44%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062816
2#052414
3#041F11
4#041B0F
5#03160C
6#02120A
7#020D07
8#010905
9#010402
Tints
Lighter variations
1#0C552F
2#117E46
3#17A65C
4#1CCE72
5#35E389
6#5DE9A1
7#86EEB8
8#AEF4D0
9#D7F9E7
Tones
Muted variations
1#082B19
2#0A2919
3#0C2719
4#0E2519
5#102319
6#122119
7#141F19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1C3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAA3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E389 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC56D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F703E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4828 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF7;
--black-100: #E0FBED;
--black-200: #C5F7DD;
--black-300: #98F1C3;
--black-400: #62EAA3;
--black-500: #35E389;
--black-600: #1BC56D;
--black-700: #159D57;
--black-800: #0F703E;
--black-900: #0A4828;
--black-950: #062D19;
}