Black
#062D13
GreenColor Codes
All color formats for development
HEX
#062D13RGB
rgb(6, 45, 19)HSL
hsl(140, 76%, 10%)OKLCH
oklch(0.263 0.064 150.3)CMYK
cmyk(87%, 0%, 58%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062811
2#05240F
3#041F0D
4#041B0B
5#03160A
6#021208
7#020D06
8#010904
9#010402
Tints
Lighter variations
1#0C5524
2#117E35
3#17A646
4#1CCE58
5#35E36F
6#5DE98C
7#86EEA9
8#AEF4C5
9#D7F9E2
Tones
Muted variations
1#082B14
2#0A2914
3#0C2715
4#0E2516
5#102316
6#122117
7#141F18
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 #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1B5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA8F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E36F | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC554 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A481E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2FDF5;
--black-100: #E0FBE9;
--black-200: #C5F7D5;
--black-300: #98F1B5;
--black-400: #62EA8F;
--black-500: #35E36F;
--black-600: #1BC554;
--black-700: #159D43;
--black-800: #0F7030;
--black-900: #0A481E;
--black-950: #062D13;
}