Black
#062D16
GreenColor Codes
All color formats for development
HEX
#062D16RGB
rgb(6, 45, 22)HSL
hsl(145, 76%, 10%)OKLCH
oklch(0.263 0.061 153)CMYK
cmyk(87%, 0%, 51%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062814
2#052412
3#041F10
4#041B0D
5#03160B
6#021209
7#020D07
8#010904
9#010402
Tints
Lighter variations
1#0C552A
2#117E3E
3#17A652
4#1CCE66
5#35E37E
6#5DE998
7#86EEB1
8#AEF4CB
9#D7F9E5
Tones
Muted variations
1#082B17
2#0A2917
3#0C2717
4#0E2518
5#102318
6#122118
7#141F19
8#161D19
9#181B19
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1BD | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA9A | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E37E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC562 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7038 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4824 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF6;
--black-100: #E0FBEB;
--black-200: #C5F7DA;
--black-300: #98F1BD;
--black-400: #62EA9A;
--black-500: #35E37E;
--black-600: #1BC562;
--black-700: #159D4E;
--black-800: #0F7038;
--black-900: #0A4824;
--black-950: #062D16;
}