Black
#062D22
GreenColor Codes
All color formats for development
HEX
#062D22RGB
rgb(6, 45, 34)HSL
hsl(163, 76%, 10%)OKLCH
oklch(0.267 0.048 169.9)CMYK
cmyk(87%, 0%, 24%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06281F
2#05241B
3#041F18
4#041B14
5#031611
6#02120E
7#020D0A
8#010907
9#010403
Tints
Lighter variations
1#0C5540
2#117E5F
3#17A67D
4#1CCE9C
5#35E3B2
6#5DE9C1
7#86EED1
8#AEF4E0
9#D7F9F0
Tones
Muted variations
1#082B21
2#0A2920
3#0C271F
4#0E251F
5#10231E
6#12211D
7#141F1C
8#161D1B
9#181B1A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4836 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDFA;
--black-100: #E0FBF3;
--black-200: #C5F7E9;
--black-300: #98F1D8;
--black-400: #62EAC3;
--black-500: #35E3B2;
--black-600: #1BC595;
--black-700: #159D77;
--black-800: #0F7055;
--black-900: #0A4836;
--black-950: #062D22;
}